Class IntSelector

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

Int selector.

C#
Copy
public class IntSelector : Selector<int?>
Inheritance
IntSelector

Methods

View Source

Clone()

Int selector clone function.

Declaration
C#
Copy
public IntSelector Clone()
Returns
Type Description
IntSelector
API Level: 6

Extension Methods