DefaultTypeArgumentAttribute.Type 属性

定义

获取由 DefaultTypeArgumentAttribute 存储的类型。

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

属性值

以泛型参数的默认值形式存储的 Type

适用于