Struct FieldSet.FieldEnumerator
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public struct FieldEnumerator : IEnumerator<Field>, IEnumerator, IDisposable
Properties
Current
Declaration
public Field Current { readonly get; }
Property Value
Type | Description |
---|---|
Field |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
Boolean |
Reset()
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
Object |