IConstructedTypeProvider<TType>.GetGenericInstantiation Metoda

Definice

Získá symbol typu pro obecnou instanci daného obecného typu s argumenty daného typu.

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

Parametry

genericType
TType
typeArguments
ImmutableArray<TType>

Návraty

TType

Platí pro