ProxyStreamCanRead - свойство
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override bool CanRead { get; }
Public Overrides ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override;
}
abstract CanRead : bool with get
override CanRead : bool with get
Возвращаемое значение
Boolean if the stream supports reading; otherwise,
.