C# 클래스 Patcher.UI.CommandLine.OptionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
OptionAttribute ( string longName ) : System
OptionAttribute ( string longName, char shortName ) : System

메소드 상세

OptionAttribute() 공개 메소드

public OptionAttribute ( string longName ) : System
longName string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string longName, char shortName ) : System
longName string
shortName char
리턴 System