C# 클래스 Mono.CSharp.AParametersCollection

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
has_arglist bool
has_params bool
parameters IParameterData[]
types System.TypeSpec[]

공개 메소드들

메소드 설명
GetMetaInfo ( ) : MetaType[]
GetParameterAttribute ( Parameter modFlags ) : ParameterAttributes
GetParameterIndexByName ( string name ) : int
GetSignatureForError ( ) : string
GetSignatureForError ( string start, string end, int count ) : string
Inflate ( Mono.CSharp.TypeParameterInflator inflator ) : AParametersCollection
ParameterDesc ( int pos ) : string

메소드 상세

GetMetaInfo() 공개 메소드

public GetMetaInfo ( ) : MetaType[]
리턴 MetaType[]

GetParameterAttribute() 공개 정적인 메소드

public static GetParameterAttribute ( Parameter modFlags ) : ParameterAttributes
modFlags Parameter
리턴 ParameterAttributes

GetParameterIndexByName() 공개 메소드

public GetParameterIndexByName ( string name ) : int
name string
리턴 int

GetSignatureForError() 공개 메소드

public GetSignatureForError ( ) : string
리턴 string

GetSignatureForError() 공개 메소드

public GetSignatureForError ( string start, string end, int count ) : string
start string
end string
count int
리턴 string

Inflate() 공개 메소드

public Inflate ( Mono.CSharp.TypeParameterInflator inflator ) : AParametersCollection
inflator Mono.CSharp.TypeParameterInflator
리턴 AParametersCollection

ParameterDesc() 공개 메소드

public ParameterDesc ( int pos ) : string
pos int
리턴 string

프로퍼티 상세

has_arglist 보호되어 있는 프로퍼티

protected bool has_arglist
리턴 bool

has_params 보호되어 있는 프로퍼티

protected bool has_params
리턴 bool

parameters 보호되어 있는 프로퍼티

protected IParameterData[] parameters
리턴 IParameterData[]

types 보호되어 있는 프로퍼티

protected TypeSpec[],System types
리턴 System.TypeSpec[]