StreamExtensionCopyTo Method (Stream, Stream) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static void CopyTo(
Stream source,
Stream destination
)
Public Shared Sub CopyTo (
source As Stream,
destination As Stream
)
public:
static void CopyTo(
Stream^ source,
Stream^ destination
)
static member CopyTo :
source : Stream *
destination : Stream -> unit
Parameters
- source
- Type: System.IOStream
- destination
- Type: System.IOStream
See Also