The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SerializationInfo::GetEnumerator Method ()
.NET Framework (current version)
Returns a SerializationInfoEnumerator used to iterate through the name-value pairs in the SerializationInfo store.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Runtime.Serialization::SerializationInfoEnumerator^A SerializationInfoEnumerator for parsing the name-value pairs contained in the SerializationInfo store.
This function will most often be used by formatters that need to enumerate through the values before writing them out to the stream.
.NET Framework
Available since 1.1
Available since 1.1
Show: