Show / Hide Table of Contents

    Class DeckingEndList.DeckingEndListEnumerator

    Inheritance
    object
    DeckingEndList.DeckingEndListEnumerator
    Implements
    IEnumerator<DeckingEnd>
    IEnumerator
    IDisposable
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class DeckingEndList.DeckingEndListEnumerator : IEnumerator<DeckingEnd>, IEnumerator, IDisposable

    Constructors

    DeckingEndListEnumerator(DeckingEndList)

    Declaration
    public DeckingEndListEnumerator(DeckingEndList collection)
    Parameters
    Type Name Description
    DeckingEndList collection

    Properties

    Current

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

    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