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

適用於