IFeaturePopulator<TFeature> インターフェイス

定義

指定した種類の機能を設定します。

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

型パラメーター

TFeature

機能の種類です。

この型パラメーターは反変です。 つまり、指定した型、または弱い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。

メソッド

Populate(TFeature)

指定 featureした を設定します。

適用対象