C# Class Spring.Expressions.Foo

Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Foo ( ) : System
Résultat System

Foo() public méthode

public Foo ( FooType type ) : System
type FooType
Résultat System

Foo() public méthode

public Foo ( bool flag ) : System
flag bool
Résultat System

Foo() public méthode

public Foo ( int flag, Bar bars ) : System
flag int
bars Bar
Résultat System

Foo() public méthode

public Foo ( int flag, ICollection bars ) : System
flag int
bars ICollection
Résultat System

MethodWithArrayArgument() public méthode

public MethodWithArrayArgument ( string values ) : string
values string
Résultat string

MethodWithParamArray() public méthode

public MethodWithParamArray ( ) : string
Résultat string

MethodWithParamArray() public méthode

public MethodWithParamArray ( bool uppercase ) : string
uppercase bool
Résultat string

MethodWithSimilarArguments() public méthode

public MethodWithSimilarArguments ( int flags, Bar bars ) : string
flags int
bars Bar
Résultat string

MethodWithSimilarArguments() public méthode

public MethodWithSimilarArguments ( int flags, ICollection bar ) : string
flags int
bar ICollection
Résultat string

this() public méthode

public this ( int foo, string key ) : object
foo int
key string
Résultat object

this() public méthode

public this ( Bar bars ) : string
bars Bar
Résultat string

this() public méthode

public this ( ICollection bars ) : string
bars ICollection
Résultat string