StreamOnIStreamCanRead Property |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override bool CanRead { get; }
Property Value
Type:
BooleanA value indicating whether the current stream supports reading.
See Also