'UsageDim stream As Stream Dim value() As Byte value = SerializationHelper.ReadToEnd(stream)
public function ReadToEnd( stream: Stream ): array of Byte; static;
public: static array<byte>^ ReadToEnd( Stream^ stream )
Parameters
- stream
 - The stream.
 
            'UsageDim stream As Stream Dim value() As Byte value = SerializationHelper.ReadToEnd(stream)
public function ReadToEnd( stream: Stream ): array of Byte; static;
public: static array<byte>^ ReadToEnd( Stream^ stream )