Mono.GetOptions.OptionAttribute.OptionAttribute C# (CSharp) Method

OptionAttribute() public method

public OptionAttribute ( int maxOccurs, string shortDescription ) : System
maxOccurs int
shortDescription string
return System
		public OptionAttribute(int maxOccurs, string shortDescription)
		{
			SetValues(shortDescription, ' ', string.Empty, string.Empty, maxOccurs);
		}

Same methods

OptionAttribute::OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System
OptionAttribute::OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System
OptionAttribute::OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System
OptionAttribute::OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System
OptionAttribute::OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System
OptionAttribute::OptionAttribute ( string shortDescription ) : System
OptionAttribute::OptionAttribute ( string shortDescription, char shortForm ) : System
OptionAttribute::OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System
OptionAttribute::OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System
OptionAttribute::OptionAttribute ( string shortDescription, string longForm ) : System
OptionAttribute::OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System