ProxyStreamPosition - свойство |
When overridden in a derived class, gets or sets the position within the current stream.
Пространство имён:
Tessa.Platform.IO
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public override long Position { get; set; }
Public Overrides Property Position As Long
Get
Set
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
abstract Position : int64 with get, set
override Position : int64 with get, set
Возвращаемое значение
Тип:
Int64The current position within the stream.
Исключения См. также