C# 클래스 CommandLine.Core.Specification

파일 보기 프로젝트 열기: cosmo0/commandline 1 사용 예제들

공개 메소드들

메소드 설명
FromProperty ( PropertyInfo property ) : Specification

보호된 메소드들

메소드 설명
Specification ( SpecificationType tag, bool required, int min, int max, Maybe defaultValue, System conversionType ) : System

메소드 상세

FromProperty() 공개 정적인 메소드

public static FromProperty ( PropertyInfo property ) : Specification
property System.Reflection.PropertyInfo
리턴 Specification

Specification() 보호된 메소드

protected Specification ( SpecificationType tag, bool required, int min, int max, Maybe defaultValue, System conversionType ) : System
tag SpecificationType
required bool
min int
max int
defaultValue Maybe
conversionType System
리턴 System