SerializationInfoEnumerator::Current Property

 

Gets the item currently being examined.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
property SerializationEntry Current {
	SerializationEntry get();
}

Property Value

Type: System.Runtime.Serialization::SerializationEntry

The item currently being examined.

Exception Condition
InvalidOperationException

The enumerator has not started enumerating items or has reached the end of the enumeration.

.NET Framework
Available since 1.1
Return to top
Show: