Class Item
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
C#Copypublic class Item : Disposable
- Inheritance
Constructors
Declaration
C#Copypublic Item()
Declaration
C#Copypublic Item(uint t, View u)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | t | |
View | u |
Declaration
C#Copypublic Item(Item p)
Parameters
Type | Name | Description |
---|---|---|
Item | p |
Properties
Declaration
C#Copypublic uint first { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Declaration
C#Copypublic View second { get; set; }
Property Value
Type | Description |
---|---|
View |
Methods
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |