Write(Object[]) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes an System.Object array to the buffer. Only simple objects can be written to the buffer, not complex classes.
void Write(
array<Object^>^ value
)
Parameters
- value
- The System.Object array to write into the buffer.