C# Class Mojo.StreamUtil

Mostrar archivo Open project: Rhoana/Mojo

Public Methods

Method Description
CopyTo ( this from, Stream to ) : void

Method Details

CopyTo() public static method

public static CopyTo ( this from, Stream to ) : void
from this
to System.IO.Stream
return void