ArrayShape Constructeur

Définition

Initialise une nouvelle instance de la structure ArrayShape.

public:
 ArrayShape(int rank, System::Collections::Immutable::ImmutableArray<int> sizes, System::Collections::Immutable::ImmutableArray<int> lowerBounds);
public ArrayShape (int rank, System.Collections.Immutable.ImmutableArray<int> sizes, System.Collections.Immutable.ImmutableArray<int> lowerBounds);
new System.Reflection.Metadata.ArrayShape : int * System.Collections.Immutable.ImmutableArray<int> * System.Collections.Immutable.ImmutableArray<int> -> System.Reflection.Metadata.ArrayShape
Public Sub New (rank As Integer, sizes As ImmutableArray(Of Integer), lowerBounds As ImmutableArray(Of Integer))

Paramètres

rank
Int32

Nombre de dimensions dans le tableau.

sizes
ImmutableArray<Int32>

Taille de chaque dimension.

lowerBounds
ImmutableArray<Int32>

Limite inférieure de chaque dimension.

S’applique à