Show / Hide Table of Contents

    Class WeldList.WeldListEnumerator

    Inheritance
    object
    WeldList.WeldListEnumerator
    Implements
    IEnumerator<Weld>
    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 WeldList.WeldListEnumerator : IEnumerator<Weld>, IEnumerator, IDisposable

    Constructors

    WeldListEnumerator(WeldList)

    Declaration
    public WeldListEnumerator(WeldList collection)
    Parameters
    Type Name Description
    WeldList collection

    Properties

    Current

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

    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