ArrayShape 생성자

정의

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))

매개 변수

rank
Int32

배열의 차수입니다.

sizes
ImmutableArray<Int32>

각 차원의 크기입니다.

lowerBounds
ImmutableArray<Int32>

각 차원의 낮은 경계입니다.

적용 대상