Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerializationInfo::MemberCount Property

 

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

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
property int MemberCount {
	int get();
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 1.1
Return to top
Show: