ReadOnlyState.ItemType 属性
定义
获取当前对象的类型。Gets the type of the current object.
public:
virtual property Type ^ ItemType { Type ^ get(); };
public override Type ItemType { get; }
member this.ItemType : Type
Public Overrides ReadOnly Property ItemType As Type
属性值
- Type
返回 Type。Returns Type.
适用于