Aracılığıyla paylaş


ISharedFeature<T> Interface

Definition

A feature to create a composite feature if shared among multiple instances.

public interface ISharedFeature<T>
type ISharedFeature<'T> = interface
Public Interface ISharedFeature(Of T)

Type Parameters

T

Type of shared feature.

Properties

Composite

Gets a composite feature that handles delegating to the registered features in the collection.

Count

Gets the count of features registered.

Methods

Add(T)

Adds an instance to the shared collection.

Remove(T)

Removes a feature instance from the shared collection.

Applies to