ImmutableSortedSet<T>.Enumerator.Reset Method

Definition

Sets the enumerator to its initial position, which is before the first element in the immutable sorted set.

NuGet package: System.Collections.Immutable (about immutable collections and how to install)

public:
 virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()

Implements

Applies to