Name

SerializationInfoEnumerator

Synopsis

This class provides an enumerator to iterate over the elements contained in the SerializationInfo. Each element is of type SerializationEntry.

Public NotInheritable Class SerializationInfoEnumerator : Implements IEnumerator
' Public Instance Properties
   Public ReadOnly Property Current As SerializationEntry  
   Public ReadOnly Property Name As String  
   Public ReadOnly Property ObjectType As Type  
   Public ReadOnly Property Value As Object  
' Public Instance Methods
   Public Function MoveNext(
        ) As Boolean Implements IEnumerator.MoveNext 
   Public Sub Reset() Implements IEnumerator.Reset 
End Class

Returned By

SerializationInfo.GetEnumerator()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.