SerializationInfoEnumerator::IEnumerator::Current Property
.NET Framework (current version)
Gets the current item in the collection.
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.
Implements
IEnumerator::Current| Exception | Condition |
|---|---|
| InvalidOperationException | The enumeration has not started or has already ended. |
.NET Framework
Available since 1.1
Available since 1.1
Show: