  | MemoryBufferStreamPosition Property  | 
 
            Gets or sets the position within the current stream.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
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
Type: 
Int64The current position within the stream.
Exceptions
See Also