API reference
Method CopyTo
- Namespace
- DisCatSharp.Common.Types
- Assembly
- DisCatSharp.Common.dll
CopyTo(Stream)
Copies all the data from this buffer to a stream.
void CopyTo(Stream destination)
Parameters
destinationStreamStream to copy this buffer's data to.