TypeName.IsVariableBoundArrayType 属性

定义

获取一个值,该值指示此类型是否表示变量绑定数组;也就是说,排名更大的数组

大于 1(例如,“int[,]”)或不一定为零索引的单维数组。

public:
 property bool IsVariableBoundArrayType { bool get(); };
public bool IsVariableBoundArrayType { get; }
member this.IsVariableBoundArrayType : bool
Public ReadOnly Property IsVariableBoundArrayType As Boolean

属性值

适用于