SerializationInfoEnumerator.Reset Method

Definition

Resets the enumerator to the first item.

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

Implements

Remarks

After calling this method, the Current property will contain the first item in the current set of elements.

Applies to