IFeatureCollection.Get<TFeature> Yöntem

Tanım

İstenen özelliği koleksiyondan alır.

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

Tür Parametreleri

TFeature

Özellik anahtarı.

Döndürülenler

TFeature

İstenen özellik veya yoksa null.

Şunlara uygulanır