Show / Hide Table of Contents

    Class NoteHandleList.NoteHandleListEnumerator

    Inheritance
    object
    NoteHandleList.NoteHandleListEnumerator
    Implements
    IEnumerator<NoteHandle>
    IEnumerator
    IDisposable
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public sealed class NoteHandleList.NoteHandleListEnumerator : IEnumerator<NoteHandle>, IEnumerator, IDisposable

    Constructors

    NoteHandleListEnumerator(NoteHandleList)

    Declaration
    public NoteHandleListEnumerator(NoteHandleList collection)
    Parameters
    Type Name Description
    NoteHandleList collection

    Properties

    Current

    Declaration
    public NoteHandle Current { get; }
    Property Value
    Type Description
    NoteHandle

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable
    Back to top