SerializationInfo.MemberCount Property

Definition

Gets the number of members that have been added to the SerializationInfo store.

public:
 property int MemberCount { int get(); };
public int MemberCount { get; }
member this.MemberCount : int
Public ReadOnly Property MemberCount As Integer

Property Value

The number of members that have been added to the current SerializationInfo.

Applies to