IConstructedTypeProvider<TType>.GetGenericInstantiation Metod

Definition

Hämtar typsymbolen för en allmän instansiering av den angivna generiska typen med de angivna typargumenten.

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

Parametrar

genericType
TType
typeArguments
ImmutableArray<TType>

Returer

TType

Gäller för