March 2002
Intermediate to advanced
864 pages
31h 8m
English
SerializationEntry
This class encapsulates the information used for a single member
stored within SerializationInfo. This object
stores the Name of the object, its
Value, and the ObjectType.
SerializationEntry instances are the elements
returned via the SerializationInfoEnumerator.
public struct SerializationEntry { // Public Instance Properties public field string Name{get; } public field Type ObjectType{get; } public field object Value{get; } }
System.Object→System.ValueType→SerializationEntry
SerializationInfoEnumerator.Current