Table of Contents
API reference

Method CopyTo

Namespace
DisCatSharp.Common.Types
Assembly
DisCatSharp.Common.dll

CopyTo(Stream)

Copies all the data from this buffer to a stream.

public void CopyTo(Stream destination)

Parameters

destination Stream

Stream to copy this buffer's data to.