Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void WriteBytes(byte[])

Declaration

public void WriteBytes(
    byte[] data
)

Summary

Writes the specified byte array into the stream.

Parameters

byte[]dataData to write to the stream.