Initializes a new instance of the ArrayWithOffset structure.
[Visual Basic] Public Sub New( _ ByVal array As Object, _ ByVal offset As Integer _ ) [C#] public ArrayWithOffset( object array, int offset ); [C++] public: ArrayWithOffset( Object* array, int offset ); [JScript] public function ArrayWithOffset( array : Object, offset : int );
ArrayWithOffset Structure | ArrayWithOffset Members | System.Runtime.InteropServices Namespace