IFeaturePopulator<TFeature> 接口

定义

填充指定类型的功能。

public interface IFeaturePopulator<in TFeature>
type IFeaturePopulator<'Feature> = interface
Public Interface IFeaturePopulator(Of In TFeature)

类型参数

TFeature

功能的类型。

这是逆变类型参数。 即,可以使用指定的类型,也可以使用派生程度较低的任何类型。 有关协变和逆变的详细信息,请参阅泛型中的协变和逆变

方法

Populate(TFeature)

填充提供的 feature

适用于