System.Runtime.Serialization.SerializationInfoEnumerator.MoveNext Method

Updates the enumerator to the next item.

Syntax

public bool MoveNext ()

Returns

true if a new element is found; otherwise, false.

Remarks

To initialize the enumerator, call SerializationInfoEnumerator.MoveNext and go through each item until you reach the last element.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0