SerializationInfoEnumerator.IEnumerator.Current Właściwość

Definicja

Pobiera bieżący element w kolekcji.

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

Wartość właściwości

Element SerializationEntry zawierający bieżące dane serializacji.

Implementuje

Wyjątki

Wyliczenie nie zostało uruchomione lub zostało już zakończone.

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy SerializationInfoEnumerator wystąpienie jest rzutowe do interfejsu IEnumerator .

Dotyczy