Show / Hide Table of Contents

    Struct ImmutableGpxWaypointTable.Enumerator

    Implements
    IEnumerator<GpxWaypoint>
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: NetTopologySuite.IO
    Assembly: NetTopologySuite.IO.GPX.dll
    Syntax
    public struct Enumerator : IEnumerator<GpxWaypoint>, IEnumerator, IDisposable

    Properties

    | Improve this Doc View Source

    Current

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

    Methods

    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    IEnumerator.Reset()

    Declaration
    void IEnumerator.Reset()
    | Improve this Doc View Source

    IDisposable.Dispose()

    Declaration
    void IDisposable.Dispose()

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX