IConstructedTypeProvider<TType>.GetArrayType(TType, ArrayShape) Método

Definição

Obtém o símbolo de tipo de uma matriz generalizada do tipo de elemento e da forma especificados.

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

Parâmetros

elementType
TType

O tipo dos elementos na matriz.

shape
ArrayShape

A forma (classificação, tamanhos e limites inferiores) da matriz.

Retornos

TType

Aplica-se a