Class RadItemReadOnlyCollection.RadItemReadOnlyEnumerator
Represents an element enumerator.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Elements
Assembly: Telerik.WinControls.dll
Syntax
public class RadItemReadOnlyEnumerator : IEnumerator<RadItem>, IEnumerator, IDisposable
  Constructors
RadItemReadOnlyEnumerator(RadItemReadOnlyCollection)
Initializes a new instance of the RadElementEnumerator class.
Declaration
public RadItemReadOnlyEnumerator(RadItemReadOnlyCollection mappings)
  Parameters
| 
        RadItemReadOnlyCollection
        mappings
         
  | 
    
Properties
Current
Gets the current element in the collection.
Declaration
public RadItem Current { get; }
  Property Value
| 
        RadItem
         
  | 
    
Implements
Methods
MoveNext()
Moves to the next element in the collection.
Declaration
public bool MoveNext()
  Returns
| 
        System.Boolean
         
  | 
    
Reset()
Resets the enumerator position.
Declaration
public void Reset()
  Explicit Interface Implementations
IEnumerator.Current
Gets the current element in the collection.
Declaration
object IEnumerator.Current { get; }
  Returns
| 
        System.Object
         
  | 
    
Implements
IEnumerator.MoveNext()
Moves to the next element of the collection.
Declaration
bool IEnumerator.MoveNext()
  Returns
| 
        System.Boolean
         
  | 
    
Implements
IEnumerator.Reset()
Resets the enumerator position.
Declaration
void IEnumerator.Reset()
  Implements
IDisposable.Dispose()
Disposes the enumeration.
Declaration
void IDisposable.Dispose()