Class ItemCollection.ItemCollectionEnumerator
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
C#Copypublic sealed class ItemCollectionEnumerator : System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<Item>
- Inheritance
-
ItemCollection.ItemCollectionEnumerator
- Implements
Constructors
Declaration
C#Copypublic ItemCollectionEnumerator(ItemCollection collection)
Parameters
Type | Name | Description |
---|---|---|
ItemCollection | collection |
Properties
Declaration
C#Copypublic Item Current { get; }
Property Value
Type | Description |
---|---|
Item |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copypublic bool MoveNext()
Returns
Type | Description |
---|---|
Boolean |
Declaration
C#Copypublic void Reset()