C# 클래스 Isop.Parse.ArgumentWithOptions

class to enable extensions of the behavior of what is recognized as arguments.
파일 보기 프로젝트 열기: Lundalogik/isop 1 사용 예제들

공개 메소드들

메소드 설명
ArgumentWithOptions ( ArgumentParameter argument, Action action = null, bool required = false, string description = null, Type type = null ) : System
Equals ( ArgumentWithOptions other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Help ( ) : string

메소드 상세

ArgumentWithOptions() 공개 메소드

public ArgumentWithOptions ( ArgumentParameter argument, Action action = null, bool required = false, string description = null, Type type = null ) : System
argument ArgumentParameter
action Action
required bool
description string
type System.Type
리턴 System

Equals() 공개 메소드

public Equals ( ArgumentWithOptions other ) : bool
other ArgumentWithOptions
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Help() 공개 메소드

public Help ( ) : string
리턴 string