C# Class Spring.Expressions.Foo

Mostrar archivo Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
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

Method Details

Foo() public method

public Foo ( ) : System
return System

Foo() public method

public Foo ( FooType type ) : System
type FooType
return System

Foo() public method

public Foo ( bool flag ) : System
flag bool
return System

Foo() public method

public Foo ( int flag, Bar bars ) : System
flag int
bars Bar
return System

Foo() public method

public Foo ( int flag, ICollection bars ) : System
flag int
bars ICollection
return System

MethodWithArrayArgument() public method

public MethodWithArrayArgument ( string values ) : string
values string
return string

MethodWithParamArray() public method

public MethodWithParamArray ( ) : string
return string

MethodWithParamArray() public method

public MethodWithParamArray ( bool uppercase ) : string
uppercase bool
return string

MethodWithSimilarArguments() public method

public MethodWithSimilarArguments ( int flags, Bar bars ) : string
flags int
bars Bar
return string

MethodWithSimilarArguments() public method

public MethodWithSimilarArguments ( int flags, ICollection bar ) : string
flags int
bar ICollection
return string

this() public method

public this ( int foo, string key ) : object
foo int
key string
return object

this() public method

public this ( Bar bars ) : string
bars Bar
return string

this() public method

public this ( ICollection bars ) : string
bars ICollection
return string