CSharpUtils.Getopt.GetoptCommandLineProgram.ValuesAttribute.ValuesAttribute C# (CSharp) Method

ValuesAttribute() public method

public ValuesAttribute ( ) : System
return System
			public ValuesAttribute(params object[] Values)
			{
				this.Values = Values;
			}
		}
GetoptCommandLineProgram.ValuesAttribute