Redigera

Dela via


AssemblyAttributeFeatureProvider<TFeature>.PopulateFeature Method

Definition

Updates the feature instance.

public void PopulateFeature (System.Collections.Generic.IEnumerable<Orleans.ApplicationParts.IApplicationPart> parts, TFeature feature);
abstract member PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
override this.PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of IApplicationPart), feature As TFeature)

Parameters

parts
IEnumerable<IApplicationPart>

The list of IApplicationParts of the application.

feature
TFeature

The feature instance to populate.

Implements

Applies to