Show / Hide Table of Contents

    Class MiscellaneousRectangularPlateEndList.MiscellaneousRectangularPlateEndListEnumerator

    Inheritance
    object
    MiscellaneousRectangularPlateEndList.MiscellaneousRectangularPlateEndListEnumerator
    Implements
    IEnumerator<MiscellaneousRectangularPlateEnd>
    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 MiscellaneousRectangularPlateEndList.MiscellaneousRectangularPlateEndListEnumerator : IEnumerator<MiscellaneousRectangularPlateEnd>, IEnumerator, IDisposable

    Constructors

    MiscellaneousRectangularPlateEndListEnumerator(MiscellaneousRectangularPlateEndList)

    Declaration
    public MiscellaneousRectangularPlateEndListEnumerator(MiscellaneousRectangularPlateEndList collection)
    Parameters
    Type Name Description
    MiscellaneousRectangularPlateEndList collection

    Properties

    Current

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

    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