Class CollectionCrosstabCellBases.CrosstabCellBaseEnumerator
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Enumerator implementation returning the concrete cell type per entry. Not thread-safe.
public class CollectionCrosstabCellBases.CrosstabCellBaseEnumerator : IEnumerator
- Inheritance
-
CollectionCrosstabCellBases.CrosstabCellBaseEnumerator
- Implements
- Inherited Members
Properties
Current
Gets the current strongly typed cell instance or null if enumeration is complete.
public CrosstabCellBase Current { get; }
Property Value
Methods
MoveNext()
Advances the enumerator to the next element.
public bool MoveNext()
Returns
- bool
trueif the enumerator was successfully advanced to the next element;falseif the enumerator has passed the end of the collection.
Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
public void Reset()