C# 클래스 Spring.Util.GetMethodByArgumentValuesTarget

파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedConstructor string

공개 메소드들

메소드 설명
GetMethodByArgumentValuesTarget ( int flag ) : System
GetMethodByArgumentValuesTarget ( int flag, DummyArgumentType bars ) : System
GetMethodByArgumentValuesTarget ( int flag, ICollection bars ) : System
MethodWithNullableArgument ( int nullableInteger ) : string
MethodWithSimilarArguments ( int flags ) : string
MethodWithSimilarArguments ( int flags, DummyArgumentType bars ) : string
MethodWithSimilarArguments ( int flags, ICollection bar ) : string
ParamOverloadedMethod ( string s1, string s2, bool b1 ) : string
ParamOverloadedMethod ( string s1, string s2, string s3 ) : string
ParamOverloadedMethod ( string s1, string s2, string s3, string s4 ) : string

메소드 상세

GetMethodByArgumentValuesTarget() 공개 메소드

public GetMethodByArgumentValuesTarget ( int flag ) : System
flag int
리턴 System

GetMethodByArgumentValuesTarget() 공개 메소드

public GetMethodByArgumentValuesTarget ( int flag, DummyArgumentType bars ) : System
flag int
bars DummyArgumentType
리턴 System

GetMethodByArgumentValuesTarget() 공개 메소드

public GetMethodByArgumentValuesTarget ( int flag, ICollection bars ) : System
flag int
bars ICollection
리턴 System

MethodWithNullableArgument() 공개 메소드

public MethodWithNullableArgument ( int nullableInteger ) : string
nullableInteger int
리턴 string

MethodWithSimilarArguments() 공개 메소드

public MethodWithSimilarArguments ( int flags ) : string
flags int
리턴 string

MethodWithSimilarArguments() 공개 메소드

public MethodWithSimilarArguments ( int flags, DummyArgumentType bars ) : string
flags int
bars DummyArgumentType
리턴 string

MethodWithSimilarArguments() 공개 메소드

public MethodWithSimilarArguments ( int flags, ICollection bar ) : string
flags int
bar ICollection
리턴 string

ParamOverloadedMethod() 공개 메소드

public ParamOverloadedMethod ( string s1, string s2, bool b1 ) : string
s1 string
s2 string
b1 bool
리턴 string

ParamOverloadedMethod() 공개 메소드

public ParamOverloadedMethod ( string s1, string s2, string s3 ) : string
s1 string
s2 string
s3 string
리턴 string

ParamOverloadedMethod() 공개 메소드

public ParamOverloadedMethod ( string s1, string s2, string s3, string s4 ) : string
s1 string
s2 string
s3 string
s4 string
리턴 string

프로퍼티 상세

SelectedConstructor 공개적으로 프로퍼티

public string SelectedConstructor
리턴 string