Class ItemCollection.ItemCollectionEnumerator

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public sealed class ItemCollectionEnumerator : System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<Item>
Inheritance
ItemCollection.ItemCollectionEnumerator
Implements

Constructors

View Source

ItemCollectionEnumerator(ItemCollection)

Declaration
C#
Copy
public ItemCollectionEnumerator(ItemCollection collection)
Parameters
Type Name Description
ItemCollection collection

Properties

View Source

Current

Declaration
C#
Copy
public Item Current { get; }
Property Value
Type Description
Item

Methods

View Source

Dispose()

Declaration
C#
Copy
public void Dispose()
View Source

MoveNext()

Declaration
C#
Copy
public bool MoveNext()
Returns
Type Description
Boolean
View Source

Reset()

Declaration
C#
Copy
public void Reset()

Implements

Extension Methods