Class EvalIdentifiers.EvalIdentifierEnumerator
Inner class implements IEnumerator interface:
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class EvalIdentifiers.EvalIdentifierEnumerator : IEnumerator
Constructors
EvalIdentifierEnumerator(EvalIdentifiers)
Constructor for a enumerator of report items
Declaration
public EvalIdentifierEnumerator(EvalIdentifiers t)
Parameters
| Type | Name | Description |
|---|---|---|
| EvalIdentifiers | t |
Properties
Current
Declare the Current property required by IEnumerator
Declaration
public object Current { get; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
MoveNext()
Go to next element in the lis
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Declare the Reset method required by IEnumerator
Declaration
public void Reset()