| SStreamReaderPosition Property |
[This is preliminary documentation and is subject to change.]
Use this property for get and set real position in file.
Position in BaseStream can be not right.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public long Position { get; set; }
Public Property Position As Long
Get
Set
public:
property long long Position {
long long get ();
void set (long long value);
}
member Position : int64 with get, set
Property Value
Type:
Int64See Also