Method | Description | |
---|---|---|
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 ( bool required ) : System | ||
required | bool | |
return | System |
public OptionAttribute ( string name ) : System | ||
name | string | |
return | System |
public OptionAttribute ( string name, bool required ) : System | ||
name | string | |
required | bool | |
return | System |
public OptionAttribute ( string name, string longName ) : System | ||
name | string | |
longName | string | |
return | System |
public OptionAttribute ( string name, string longName, bool required ) : System | ||
name | string | |
longName | string | |
required | bool | |
return | System |