ProxyStreamCanRead - свойство |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
Пространство имён:
Tessa.Platform.IO
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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,
.
См. также