Option.Option C# (CSharp) Method

Option() public method

public Option ( ) : System
return System
    public Option()
        : this("", "")
    {
    }

Same methods

Option::Option ( string value ) : System
Option::Option ( string value, string label ) : System
Option