DotMSN

PersistentStream.Read Method 

[Visual Basic]
Overrides Public Function Read( _
   ByVal buffer As Byte(), _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Integer
[C#]
public override int Read(
   byte[] buffer,
   int offset,
   int count
);

See Also

PersistentStream Class | XihSolutions.DotMSN.DataTransfer Namespace