IFeatureCollection.Get<TFeature> 方法

定义

从集合中检索请求的功能。

public TFeature? Get<TFeature> ();
abstract member Get : unit -> 'Feature
Public Function Get(Of TFeature) () As TFeature

类型参数

TFeature

功能键。

返回

TFeature

请求的功能;如果不存在,则为 null。

适用于