C# Класс CommandLine.Core.SpecificationExtensions

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

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

Метод Описание
GetMaxValueCount ( this specification ) : Maybe
IsOption ( this specification ) : bool
IsValue ( this specification ) : bool
ThrowingValidate ( this specifications, bool>.IEnumerable guardsLookup ) : IEnumerable
WithLongName ( this specification, string newLongName, System enumValues ) : OptionSpecification

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

GetMaxValueCount() публичный статический Метод

public static GetMaxValueCount ( this specification ) : Maybe
specification this
Результат Maybe

IsOption() публичный статический Метод

public static IsOption ( this specification ) : bool
specification this
Результат bool

IsValue() публичный статический Метод

public static IsValue ( this specification ) : bool
specification this
Результат bool

ThrowingValidate() публичный статический Метод

public static ThrowingValidate ( this specifications, bool>.IEnumerable guardsLookup ) : IEnumerable
specifications this
guardsLookup bool>.IEnumerable
Результат IEnumerable

WithLongName() публичный статический Метод

public static WithLongName ( this specification, string newLongName, System enumValues ) : OptionSpecification
specification this
newLongName string
enumValues System
Результат OptionSpecification