VBArrayObject(VBArrayPrototype, Array) Constructor

Definition

Initializes a new instance of the VBArrayObject class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 VBArrayObject(Microsoft::JScript::VBArrayPrototype ^ parent, Array ^ array);
public VBArrayObject (Microsoft.JScript.VBArrayPrototype parent, Array array);
new Microsoft.JScript.VBArrayObject : Microsoft.JScript.VBArrayPrototype * Array -> Microsoft.JScript.VBArrayObject
Public Sub New (parent As VBArrayPrototype, array As Array)

Parameters

parent
VBArrayPrototype

The parent of the object.

array
Array

The underlying array that the class represents.

Applies to

See also