C# Class Option, dev

This class represent a option for a specific language
Show file Open project: jannunzi/dev Class Usage Examples

Public Methods

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

Method Details

Option() public method

public Option ( ) : System
return System

Option() public method

public Option ( string value ) : System
value string
return System

Option() public method

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