TypeName.IsVariableBoundArrayType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si ce type représente un tableau lié à une variable ; autrement dit, un tableau de rang supérieur
plus de 1 (par exemple, « int[,] ») ou un tableau unidimensionnel qui n’est pas nécessairement indexé zéro.
public:
property bool IsVariableBoundArrayType { bool get(); };
public bool IsVariableBoundArrayType { get; }
member this.IsVariableBoundArrayType : bool
Public ReadOnly Property IsVariableBoundArrayType As Boolean