C# 클래스 CommandLine.ParserSettings

Provides settings for CommandLine.Parser. Once consumed cannot be reused.
파일 보기 프로젝트 열기: cosmo0/commandline 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees resources owned by the instance.

ParserSettings ( ) : System

Initializes a new instance of the ParserSettings class.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

Frees resources owned by the instance.
public Dispose ( ) : void
리턴 void

ParserSettings() 공개 메소드

Initializes a new instance of the ParserSettings class.
public ParserSettings ( ) : System
리턴 System