Düzenle

Aracılığıyla paylaş


IFeaturePopulator<TFeature> Interface

Definition

Populates a specified kind of feature.

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

Type Parameters

TFeature

The type of the feature.

This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

Methods

Populate(TFeature)

Populates the provided feature.

Applies to