IJsArray Properties |
The IJsArray type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the IJsArray.
| |
Frame |
Gets the IFrame instance this JavaScript object is bound to.
(Inherited from IJsObject.) | |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
Item |
Gets or sets the array element at the specified index.
If there is an existing element at the specified index, it will be replaced.
If the index exceeds the array size, the array will be extended and the elements
between the last inserted item and the index will be set to null.
| |
Properties |
Gets the object properties as a live collection.
Modifying this collection will lead to updating the object properties.
(Inherited from IJsObject.) |