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: