Formatter::WriteValueType Method (Object^, String^, Type^)
.NET Framework (current version)
When overridden in a derived class, writes a value of the given type to the stream already attached to the formatter.
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
Available since 1.1
Show: