Partager via


TypeName.GetArrayRank Méthode

Définition

Obtient le nombre de dimensions d’un tableau.

public:
 int GetArrayRank();
public int GetArrayRank ();
member this.GetArrayRank : unit -> int
Public Function GetArrayRank () As Integer

Retours

Entier qui contient le nombre de dimensions dans le type actuel.

Exceptions

Le type actuel n’est pas un tableau.

S’applique à