Class ExtensionsIO
Inherited Members
Namespace: System.IO
Assembly: Acoustics.Shared.dll
Syntax
public static class ExtensionsIO
Methods
| Improve this Doc View SourceCopyToStream(Stream, Stream)
Copy from source
Stream to destination
Stream.
Only needed before .Net 4.0.
Declaration
public static void CopyToStream(this Stream source, Stream destination)