Returns the offset originally provided when this ArrayWithOffset was constructed.
[Visual Basic] Public Function GetOffset() As Integer [C#] public int GetOffset(); [C++] public: int GetOffset(); [JScript] public function GetOffset() : int;
The offset for this instance.
ArrayWithOffset Structure | ArrayWithOffset Members | System.Runtime.InteropServices Namespace