Class Params.ParamEnumerator
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class Params.ParamEnumerator : IEnumerator
Constructors
ParamEnumerator(Params)
Declaration
public ParamEnumerator(Params t)
Parameters
| Type | Name | Description |
|---|---|---|
| Params | t |
Properties
Current
Declaration
public object Current { get; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Declaration
public void Reset()