IConstructedTypeProvider<TType>.GetGenericInstantiation Methode

Definition

Ruft das Typsymbol für eine generische Instanziierung des angegebenen generischen Typs mit den angegebenen Typargumenten ab.

public:
 TType GetGenericInstantiation(TType genericType, System::Collections::Immutable::ImmutableArray<TType> typeArguments);
public TType GetGenericInstantiation (TType genericType, System.Collections.Immutable.ImmutableArray<TType> typeArguments);
abstract member GetGenericInstantiation : 'ype * System.Collections.Immutable.ImmutableArray<'ype> -> 'ype
Public Function GetGenericInstantiation (genericType As TType, typeArguments As ImmutableArray(Of TType)) As TType

Parameter

genericType
TType
typeArguments
ImmutableArray<TType>

Gibt zurück

TType

Gilt für: