Class GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator
A strongly typed enumerator for 'GridNonImmutableRangeInfoCollection'
Inheritance
System.Object
GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator
Implements
System.Collections.IEnumerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class GridNonImmutableRangeInfoEnumerator : IEnumerator
Constructors
GridNonImmutableRangeInfoEnumerator(GridNonImmutableRangeInfoCollection)
Enumerator constructor
Declaration
public GridNonImmutableRangeInfoEnumerator(GridNonImmutableRangeInfoCollection covMappings)
Parameters
Type | Name | Description |
---|---|---|
GridNonImmutableRangeInfoCollection | covMappings |
Properties
Current
Gets the current element from the collection (strongly typed)
Declaration
public GridNonImmutableRangeInfo Current { get; }
Property Value
Type |
---|
GridNonImmutableRangeInfo |
Methods
MoveNext()
Advances the enumerator to the next element of the collection
Declaration
public bool MoveNext()
Returns
Type |
---|
System.Boolean |
Reset()
Sets the enumerator to the first element in the collection
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
Gets the current element from the collection
Declaration
object IEnumerator.Current { get; }
Returns
Type |
---|
System.Object |
IEnumerator.MoveNext()
Advances the enumerator to the next element of the collection
Declaration
bool IEnumerator.MoveNext()
Returns
Type |
---|
System.Boolean |
IEnumerator.Reset()
Sets the enumerator to the first element in the collection
Declaration
void IEnumerator.Reset()
Implements
System.Collections.IEnumerator