IConstructedTypeProvider<TType>.GetGenericInstance Méthode

Définition

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

Paramètres

genericType
TType
typeArguments
ImmutableArray<TType>

Retours

TType

S’applique à