BufferStreamCanRead Property | |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
Namespace: Lawo.IOAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public override sealed bool CanRead { get; }
Return Value
Type:
Booleantrue if the stream supports reading; otherwise, false.
See Also