IConstructedTypeProvider<TType>.GetArrayType(TType, ArrayShape) 메서드

정의

특정 요소 형식 및 셰이프의 일반화된 배열에 대한 형식 기호를 가져옵니다.

public:
 TType GetArrayType(TType elementType, System::Reflection::Metadata::ArrayShape shape);
public TType GetArrayType (TType elementType, System.Reflection.Metadata.ArrayShape shape);
abstract member GetArrayType : 'ype * System.Reflection.Metadata.ArrayShape -> 'ype
Public Function GetArrayType (elementType As TType, shape As ArrayShape) As TType

매개 변수

elementType
TType

배열에 있는 요소의 형식입니다.

shape
ArrayShape

배열의 셰이프(순위, 크기 및 하한값)입니다.

반환

TType

적용 대상