Represents an element enumerator.
Definition
Namespace:Telerik.WinControls.Elements
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadItemReadOnlyCollection.RadItemReadOnlyEnumerator : IEnumerator, IDisposable
Inheritance: objectRadItemReadOnlyCollection.RadItemReadOnlyEnumerator
Implements:
Constructors
Initializes a new instance of the RadElementEnumerator class.
C#
public RadItemReadOnlyEnumerator(RadItemReadOnlyCollection mappings)
Properties
Methods
Moves to the next element in the collection.
Resets the enumerator position.
C#
public void Reset()