|
BlockAllocatedMemoryStreamWriteTo Method
|
Writes the entire stream into destination, regardless of
Position, which remains unchanged.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic void WriteTo(
Stream destination
)
Public Sub WriteTo (
destination As Stream
)
public:
void WriteTo(
Stream^ destination
)
member WriteTo :
destination : Stream -> unit
function WriteTo(destination);
View SourceParameters
- destination Stream
- The stream onto which to write the current contents.
Exceptions
See Also