System.Runtime.Serialization.SerializationInfoEnumerator Members

The members of System.Runtime.Serialization.SerializationInfoEnumerator are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CurrentSerializationEntry.

Gets the item currently being examined.

[read-only]
Namestring.

Gets the name for the item currently being examined.

[read-only]
ObjectTypeType.

Gets the type of the item currently being examined.

[read-only]
Valueobject.

Gets the value of the item currently being examined.

Public Methods

MoveNext() : bool

Updates the enumerator to the next item.

Reset()

Resets the enumerator to the first item.

Explicitly Implemented Interface Members

[read-only]
IEnumerator.Currentobject.

Gets the current item in the collection.