Reference Library
Position Property
NamespacesMBNCSUtil.DataMpqFileStreamPosition
Gets or sets the offset from the beginning of the stream at which the stream is currently located.
Declaration Syntax
C#Visual BasicVisual C++
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;
}

Assembly: Asgard5Library (Module: Asgard5Library)