IConstructedTypeProvider<TType>.GetGenericInstance Metodo

Definizione

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

Parametri

genericType
TType
typeArguments
ImmutableArray<TType>

Restituisce

TType

Si applica a