  | WriteBufferedStreamPosition Property | 
            Gets or sets the current stream position.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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
Property Value
Int64
            The current stream position.
            
See Also