 | ByteCountingStreamPosition Property |
When overridden in a derived class, gets or sets the position within the current stream.
Namespace: SanteDB.Core.IOAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
Return Value
Int64The current position within the stream.
Exceptions
See Also