다음을 통해 공유


ISignatureTypeProvider<TType,TGenericContext>.GetGenericTypeParameter 메서드

정의

지정된 0 기반 index에서 제네릭 형식 매개 변수에 대한 형식 기호를 가져옵니다.

public:
 TType GetGenericTypeParameter(TGenericContext genericContext, int index);
public TType GetGenericTypeParameter (TGenericContext genericContext, int index);
abstract member GetGenericTypeParameter : 'GenericContext * int -> 'ype
Public Function GetGenericTypeParameter (genericContext As TGenericContext, index As Integer) As TType

매개 변수

genericContext
TGenericContext
index
Int32

반환

TType

지정된 0 기반 index에서 제네릭 형식 매개 변수에 대한 형식 기호입니다.

적용 대상