Formatter::WriteValueType Method (Object^, String^, Type^)

 

When overridden in a derived class, writes a value of the given type to the stream already attached to the formatter.

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

protected:
virtual void WriteValueType(
	Object^ obj,
	String^ name,
	Type^ memberType
) abstract

Parameters

obj
Type: System::Object^

The object representing the value type.

name
Type: System::String^

The name of the member.

memberType
Type: System::Type^

The Type of the value type.

Notes to Inheritors:

You must implement this method in a derived class.

.NET Framework
Available since 1.1
Return to top
Show: