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