Свойство | Тип | Описание | |
---|---|---|---|
Desc | string | ||
Item | string | ||
Preview | string |
Метод | Описание | |
---|---|---|
SelectOption ( string item, string preview, string desc ) |
A simple constructor that initializes the struct with the given values.
|
public SelectOption ( string item, string preview, string desc ) | ||
item | string | The name of the selection item. |
preview | string | The path to the preview image of the item. |
desc | string | The description of the selection item. |