Formatter::WriteMember Method (String^, Object^)
.NET Framework (current version)
Inspects the type of data received, and calls the appropriate Write method to perform the write to the stream already attached to the formatter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- memberName
-
Type:
System::String^
The name of the member to serialize.
- data
-
Type:
System::Object^
The object to write to the stream attached to the formatter.
To use this method properly, all the Write methods (WriteArray method, WriteBoolean method, WriteByte method, and so on) should have the appropriate functionality.
.NET Framework
Available since 1.1
Available since 1.1
Show: