C# 클래스 CommandLine.Core.SpecificationExtensions

파일 보기 프로젝트 열기: cosmo0/commandline

공개 메소드들

메소드 설명
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