V8FastHostDynamicObject<TObject>.SetDynamicProperty(Int32, V8FastArg) Method |
Sets the value of an indexed dynamic property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void SetDynamicProperty(
int index,
in V8FastArg value
)
Public Sub SetDynamicProperty (
index As Integer,
ByRef value As V8FastArg
)
public:
void SetDynamicProperty(
int index,
[InAttribute] V8FastArg% value
)
member SetDynamicProperty :
index : int *
value : V8FastArg byref -> unit
Parameters
- index Int32
- The index of the dynamic property to set.
- value V8FastArg
- The property value.
See Also