IConstructedTypeProvider<TType>.GetGenericInstance Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>