Show / Hide Table of Contents

    Class EdgeList.EdgeListEnumerator

    Inheritance
    object
    EdgeList.EdgeListEnumerator
    Implements
    IEnumerator<Edge>
    IEnumerator
    IDisposable
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Primitives
    Assembly: DesignData.SDS2.Primitives.dll
    Syntax
    public sealed class EdgeList.EdgeListEnumerator : IEnumerator<Edge>, IEnumerator, IDisposable

    Constructors

    EdgeListEnumerator(EdgeList)

    Declaration
    public EdgeListEnumerator(EdgeList collection)
    Parameters
    Type Name Description
    EdgeList collection

    Properties

    Current

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

    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