Méthode | Description | |
---|---|---|
Item ( string value, bool isSelected ) : System |
An item from a list of valid options, including a flag indicating whether the item is selected
|
|
ToString ( ) : string |
public Item ( string value, bool isSelected ) : System | ||
value | string | The value of the item |
isSelected | bool | True if the item is selected |
Résultat | System |