Formatter::WriteArray Method (Object^, String^, Type^)
.NET Framework (current version)
When overridden in a derived class, writes an array to the stream already attached to the formatter.
Assembly: mscorlib (in mscorlib.dll)
protected: virtual void WriteArray( Object^ obj, String^ name, Type^ memberType ) abstract
Parameters
- obj
-
Type:
System::Object^
The array to write.
- name
-
Type:
System::String^
The name of the array.
- memberType
-
Type:
System::Type^
The type of elements that the array holds.
Notes to Inheritors:
You must implement this method in a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: