Class NoteHandleList.NoteHandleListEnumerator
Inheritance
NoteHandleList.NoteHandleListEnumerator
Assembly: DesignData.SDS2.Database.dll
Syntax
public sealed class NoteHandleList.NoteHandleListEnumerator : IEnumerator<NoteHandle>, IEnumerator, IDisposable
Constructors
NoteHandleListEnumerator(NoteHandleList)
Declaration
public NoteHandleListEnumerator(NoteHandleList collection)
Parameters
Properties
Current
Declaration
public NoteHandle Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Implements