Click or drag to resize

V8FastHostDynamicObject<TObject>.SetDynamicProperty(Int32, V8FastArg) Method

Sets the value of an indexed dynamic property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public void SetDynamicProperty(
	int index,
	 in V8FastArg value
)

Parameters

index  Int32
The index of the dynamic property to set.
value  V8FastArg
The property value.
See Also