Class SelectorExtensions
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Extension class for Selector<T>.
public static class SelectorExtensions
- Inheritance
-
objectSelectorExtensions
Methods
View SourceAdd<T>(IList<SelectorItem<T>>, ControlState, T)
Adds the specified state and value to the Tizen.NUI.BaseComponents.Selector`1.SelectorItems.
Declaration
public static void Add<T>(this IList<SelectorItem<T>> list, ControlState state, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<><SelectorItem<T>> | list | The list for adding state-value pair. |
| ControlState | state | The state. |
| T | value | The value associated with state. |
Type Parameters
| Name | Description |
|---|---|
| T |