C# Класс Spring.Expressions.Foo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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