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

Name Description
Composite

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

Count

Gets the count of features registered.

Methods

Name Description
Add(T)

Adds an instance to the shared collection.

Remove(T)

Removes a feature instance from the shared collection.

Applies to