GenericTypeParameterBuilder.IsSZArray 属性

定义

获取一个值,该值指示类型是否是仅可表示下限为零的一维数组的数组类型。

public:
 virtual property bool IsSZArray { bool get(); };
public override bool IsSZArray { get; }
member this.IsSZArray : bool
Public Overrides ReadOnly Property IsSZArray As Boolean

属性值

true 如果 current Type 是只能表示下限为零的单维数组的数组类型,则为 ;否则为 false

适用于