Class
RadItemReadOnlyCollection.RadItemReadOnlyEnumerator

Represents an element enumerator.

Definition

Namespace:Telerik.WinControls.Elements

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadItemReadOnlyCollection.RadItemReadOnlyEnumerator : IEnumerator, IDisposable

Inheritance: objectRadItemReadOnlyCollection.RadItemReadOnlyEnumerator

Implements: IDisposableIEnumerator

Constructors

RadItemReadOnlyEnumerator(RadItemReadOnlyCollection)

Initializes a new instance of the RadElementEnumerator class.

Declaration

cs-api-definition
public RadItemReadOnlyEnumerator(RadItemReadOnlyCollection mappings)

Parameters

mappings

RadItemReadOnlyCollection

Properties

Current

Gets the current element in the collection.

Declaration

cs-api-definition
public RadItem Current { get; }

Property Value

RadItem

Methods

MoveNext()

Moves to the next element in the collection.

Declaration

cs-api-definition
public bool MoveNext()

Returns

bool

Reset()

Resets the enumerator position.

Declaration

cs-api-definition
public void Reset()