Show / Hide Table of Contents

    Class WeldSegmentList.WeldSegmentListEnumerator

    Inheritance
    object
    WeldSegmentList.WeldSegmentListEnumerator
    Implements
    IEnumerator<WeldSegment>
    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 WeldSegmentList.WeldSegmentListEnumerator : IEnumerator<WeldSegment>, IEnumerator, IDisposable

    Constructors

    WeldSegmentListEnumerator(WeldSegmentList)

    Declaration
    public WeldSegmentListEnumerator(WeldSegmentList collection)
    Parameters
    Type Name Description
    WeldSegmentList collection

    Properties

    Current

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

    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