SerializationInfoEnumerator::IEnumerator::Current Property

 

Gets the current item in the collection.

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

private:
property Object^ Current {
	virtual Object^ get() sealed = IEnumerator::Current::get;
}

Property Value

Type: System::Object^

A SerializationEntry that contains the current serialization data.

Exception Condition
InvalidOperationException

The enumeration has not started or has already ended.

.NET Framework
Available since 1.1
Return to top
Show: