IV8FastHostDynamicProperties.DeleteDynamicProperty(Int32) Method |
Deletes an indexed dynamic property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxvoid DeleteDynamicProperty(
int index
)
Sub DeleteDynamicProperty (
index As Integer
)
void DeleteDynamicProperty(
int index
)
abstract DeleteDynamicProperty :
index : int -> unit
Parameters
- index Int32
- The index of the dynamic property to delete.
See Also