Show / Hide Table of Contents

    Class BentPlateEndList.BentPlateEndListEnumerator

    Inheritance
    object
    BentPlateEndList.BentPlateEndListEnumerator
    Implements
    IEnumerator<BentPlateEnd>
    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 BentPlateEndList.BentPlateEndListEnumerator : IEnumerator<BentPlateEnd>, IEnumerator, IDisposable

    Constructors

    BentPlateEndListEnumerator(BentPlateEndList)

    Declaration
    public BentPlateEndListEnumerator(BentPlateEndList collection)
    Parameters
    Type Name Description
    BentPlateEndList collection

    Properties

    Current

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

    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