메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |