TypeName.IsVariableBoundArrayType Propriedade

Definição

Obtém um valor que indica se este tipo representa um array limitado por variáveis; ou seja, um array de classificação superior a 1 (por exemplo, "int[,]") ou um array unidimensional que não é necessariamente indexado a zero.

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

Valor de Propriedade

Aplica-se a