SerializationInfoEnumerator.IEnumerator.Current Vlastnost

Definice

Získá aktuální položku v kolekci.

property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object? System.Collections.IEnumerator.Current { get; }
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
 ReadOnly Property Current As Object Implements IEnumerator.Current

Hodnota vlastnosti

A SerializationEntry , který obsahuje aktuální data serializace.

Implementuje

Výjimky

Výčet se nespustil nebo již skončil.

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, SerializationInfoEnumerator že je instance přetypována do IEnumerator rozhraní.

Platí pro