C# 클래스 IKVM.Reflection.Reader.ModuleReader.TrackingGenericContext

상속: IGenericContext
파일 보기 프로젝트 열기: mono/ikvm-fork

Private Properties

프로퍼티 타입 설명
TrackingGenericContext System

공개 메소드들

메소드 설명
GetGenericMethodArgument ( int index ) : Type
GetGenericTypeArgument ( int index ) : Type

비공개 메소드들

메소드 설명
TrackingGenericContext ( IGenericContext context ) : System

메소드 상세

GetGenericMethodArgument() 공개 메소드

public GetGenericMethodArgument ( int index ) : Type
index int
리턴 System.Type

GetGenericTypeArgument() 공개 메소드

public GetGenericTypeArgument ( int index ) : Type
index int
리턴 System.Type