Show / Hide Table of Contents

    Class WeldPathSegmentList.WeldPathSegmentListEnumerator

    Inheritance
    object
    WeldPathSegmentList.WeldPathSegmentListEnumerator
    Implements
    IEnumerator<WeldPathSegment>
    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 WeldPathSegmentList.WeldPathSegmentListEnumerator : IEnumerator<WeldPathSegment>, IEnumerator, IDisposable

    Constructors

    WeldPathSegmentListEnumerator(WeldPathSegmentList)

    Declaration
    public WeldPathSegmentListEnumerator(WeldPathSegmentList collection)
    Parameters
    Type Name Description
    WeldPathSegmentList collection

    Properties

    Current

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

    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