IFeatureCollection.Get<TFeature> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the requested feature from the collection.
public:
generic <typename TFeature>
TFeature Get();
public TFeature Get<TFeature> ();
public TFeature? Get<TFeature> ();
abstract member Get : unit -> 'Feature
Public Function Get(Of TFeature) () As TFeature
Type Parameters
- TFeature
The feature key.
Returns
TFeature
The requested feature, or null if it is not present.