C# 클래스 CommandLine.OptionArrayAttribute

상속: BaseOptionAttribute
파일 보기 프로젝트 열기: Vaa3D/vaa3d_tools

공개 메소드들

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

Initializes a new instance of the CommandLine.OptionArrayAttribute class.

메소드 상세

OptionArrayAttribute() 공개 메소드

Initializes a new instance of the CommandLine.OptionArrayAttribute class.
public OptionArrayAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
리턴 System