Provides a formatter-friendly mechanism for parsing the data in System.Runtime.Serialization.SerializationInfo. This class cannot be inherited.
See Also: SerializationInfoEnumerator Members
The current class is a standard enumerator that parses over the values stored in System.Runtime.Serialization.SerializationInfo. Instead of recording the values, the System.Runtime.Serialization.SerializationInfoEnumerator keeps pointers to the member variables of the System.Runtime.Serialization.SerializationInfo that created it.
This class follows the IEnumerator mechanism.