Show / Hide Table of Contents

    Class IdentifierList.IdentifierListEnumerator

    Inheritance
    object
    IdentifierList.IdentifierListEnumerator
    Implements
    IEnumerator<Identifier>
    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 IdentifierList.IdentifierListEnumerator : IEnumerator<Identifier>, IEnumerator, IDisposable

    Constructors

    IdentifierListEnumerator(IdentifierList)

    Declaration
    public IdentifierListEnumerator(IdentifierList collection)
    Parameters
    Type Name Description
    IdentifierList collection

    Properties

    Current

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

    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