Search Results for

    Show / Hide Table of Contents

    Class ExtensionsIO

    Inheritance
    Object
    ExtensionsIO
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: System.IO
    Assembly: Acoustics.Shared.dll
    Syntax
    public static class ExtensionsIO

    Methods

    | Improve this Doc View Source

    CopyToStream(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)
    Parameters
    Type Name Description
    Stream source

    The source.

    Stream destination

    The destination.

    Remarks

    http://stackoverflow.com/questions/1933742/how-is-the-stream-copytostream-method-implemented-in-net-4.

    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top