ImmutableList<T>.Enumerator.Reset 方法
定义
将枚举器设置到其初始位置,该位置位于不可变列表中的第一个元素之前。Sets the enumerator to its initial position, which is before the first element in the immutable list.
public:
virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()