[]
        
(Showing Draft Content)

C1.Util.DX.DataStream.CanRead

CanRead Property

CanRead

Gets a value indicating whether the current stream supports reading.

Declaration
public override bool CanRead { get; }
Property Value
Type Description
bool

true if the stream supports reading; otherwise, false.

Overrides