메소드 | 설명 | |
---|---|---|
OptionAttribute ( ) : System | ||
OptionAttribute ( bool required ) : System | ||
OptionAttribute ( string name ) : System | ||
OptionAttribute ( string name, bool required ) : System | ||
OptionAttribute ( string name, string longName ) : System | ||
OptionAttribute ( string name, string longName, bool required ) : System |
public OptionAttribute ( string name, bool required ) : System | ||
name | string | |
required | bool | |
리턴 | System |
public OptionAttribute ( string name, string longName ) : System | ||
name | string | |
longName | string | |
리턴 | System |
public OptionAttribute ( string name, string longName, bool required ) : System | ||
name | string | |
longName | string | |
required | bool | |
리턴 | System |