IConstructedTypeProvider<TType>.GetGenericInstance Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
public:
TType GetGenericInstance(TType genericType, System::Collections::Immutable::ImmutableArray<TType> typeArguments);
public TType GetGenericInstance(TType genericType, System.Collections.Immutable.ImmutableArray<TType> typeArguments);
abstract member GetGenericInstance : 'ype * System.Collections.Immutable.ImmutableArray<'ype> -> 'ype
Public Function GetGenericInstance (genericType As TType, typeArguments As ImmutableArray(Of TType)) As TType
Parâmetros
- genericType
- TType
- typeArguments
- ImmutableArray<TType>