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

Показать файл Открыть проект

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

Метод Описание
AsKeyValuePair ( ) : string>.KeyValuePair
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( Parameter paramInfo ) : bool
Matches ( PropertyInfo prop ) : bool
RecognizedArgument ( Argument argumentWithOptions, int index, string argument, string value = null ) : System.Collections.Generic

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

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

public AsKeyValuePair ( ) : string>.KeyValuePair
Результат string>.KeyValuePair

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

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

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

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

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

public Matches ( Parameter paramInfo ) : bool
paramInfo Isop.Domain.Parameter
Результат bool

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

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

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

public RecognizedArgument ( Argument argumentWithOptions, int index, string argument, string value = null ) : System.Collections.Generic
argumentWithOptions Isop.Domain.Argument
index int
argument string
value string
Результат System.Collections.Generic