IConstructedTypeProvider<TType>.GetGenericInstantiation 메서드

정의

특정 형식 인수를 사용하는 특정 제네릭 형식의 제네릭 인스턴스화에 대한 형식 기호를 가져옵니다.

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

매개 변수

genericType
TType
typeArguments
ImmutableArray<TType>

반환

TType

적용 대상