MemoryStream: CanRead (get)

CanRead

Gets value indicating whether the current stream supports reading.



 Public Property Get CanRead ( ) As Boolean

Return Values

Boolean -  True if the stream supports reading; otherwise, False.

Remarks

If the stream is closed, this property return False.

Read Only.

See Also

Project CorLib Overview

Class MemoryStream Overview