C# Класс Spring.Util.GetMethodByArgumentValuesTarget

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

Открытые свойства

Свойство Тип Описание
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