ISharedFeature<T> 接口

定义

在多个实例之间共享时用于创建复合特征的功能。

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

类型参数

T

共享功能的类型。

属性

Composite

获取一个复合特征,该特征处理对集合中已注册特征的委托。

Count

获取已注册的功能计数。

方法

Add(T)

将实例添加到共享集合。

Remove(T)

从共享集合中删除功能实例。

适用于