Click or drag to resize

V8FastHostDynamicObject<TObject>.DeleteDynamicProperty(String) Method

Deletes a named dynamic property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public void DeleteDynamicProperty(
	string name
)

Parameters

name  String
The name of the dynamic property to delete.

Implements

IV8FastHostDynamicProperties.DeleteDynamicProperty(String)
See Also