C# Класс Isop.Parse.RecognizedArgument

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

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

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( ParameterInfo paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

Matches() публичный Метод

public Matches ( ParameterInfo paramInfo ) : bool
paramInfo System.Reflection.ParameterInfo
Результат bool

Matches() публичный Метод

public Matches ( PropertyInfo prop ) : bool
prop System.Reflection.PropertyInfo
Результат bool

RecognizedArgument() публичный Метод

public RecognizedArgument ( ArgumentWithOptions argumentWithOptions, int index, string argument, string value = null ) : System.Reflection
argumentWithOptions ArgumentWithOptions
index int
argument string
value string
Результат System.Reflection