Name

SerializationInfoEnumerator

Synopsis

This class provides an enumerator to iterate over the elements contained in the SerializationInfo. Each element is of type SerializationEntry.

public sealed class SerializationInfoEnumerator : IEnumerator {
// Public Instance Properties
   public field SerializationEntry Current{get; } 
   public field string Name{get; } 
   public field Type ObjectType{get; } 
   public field object Value{get; } 
// Public Instance Methods
   public method bool MoveNext();                                // implements IEnumerator
   public method void Reset();                                   // implements IEnumerator
}

Returned By

SerializationInfo.GetEnumerator()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.