C# 클래스 Spring.Expressions.Foo

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

공개 메소드들

메소드 설명
Foo ( ) : System
Foo ( FooType type ) : System
Foo ( bool flag ) : System
Foo ( int flag, Bar bars ) : System
Foo ( int flag, ICollection bars ) : System
MethodWithArrayArgument ( string values ) : string
MethodWithParamArray ( ) : string
MethodWithParamArray ( bool uppercase ) : string
MethodWithSimilarArguments ( int flags, Bar bars ) : string
MethodWithSimilarArguments ( int flags, ICollection bar ) : string
this ( int foo, string key ) : object
this ( Bar bars ) : string
this ( ICollection bars ) : string

메소드 상세

Foo() 공개 메소드

public Foo ( ) : System
리턴 System

Foo() 공개 메소드

public Foo ( FooType type ) : System
type FooType
리턴 System

Foo() 공개 메소드

public Foo ( bool flag ) : System
flag bool
리턴 System

Foo() 공개 메소드

public Foo ( int flag, Bar bars ) : System
flag int
bars Bar
리턴 System

Foo() 공개 메소드

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

MethodWithArrayArgument() 공개 메소드

public MethodWithArrayArgument ( string values ) : string
values string
리턴 string

MethodWithParamArray() 공개 메소드

public MethodWithParamArray ( ) : string
리턴 string

MethodWithParamArray() 공개 메소드

public MethodWithParamArray ( bool uppercase ) : string
uppercase bool
리턴 string

MethodWithSimilarArguments() 공개 메소드

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

MethodWithSimilarArguments() 공개 메소드

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

this() 공개 메소드

public this ( int foo, string key ) : object
foo int
key string
리턴 object

this() 공개 메소드

public this ( Bar bars ) : string
bars Bar
리턴 string

this() 공개 메소드

public this ( ICollection bars ) : string
bars ICollection
리턴 string