Click or drag to resize

IV8FastHostObjectOperations.DeleteProperty(IV8FastHostObject, Int32) Method

Deletes an indexed property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
bool DeleteProperty(
	IV8FastHostObject instance,
	int index
)

Parameters

instance  IV8FastHostObject
The object whose property to delete.
index  Int32
The index of the property to delete.

Return Value

Boolean
True if the property was deleted or does not exist; false if the property exists but is not deletable.
See Also