共用方式為


TypeName.IsVariableBoundArrayType 屬性

定義

取得值,指出這個型別是否代表變數系結陣列;也就是說,排名較大的陣列

大於 1 (例如 “int[,]”) 或不一定為零索引的單一維度陣列。

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

屬性值

適用於