Click or drag to resize

V8FastHostDynamicObject<TObject>.HasDynamicProperty(Int32) Method

Determines whether a dynamic property exists at the specified index.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public bool HasDynamicProperty(
	int index
)

Parameters

index  Int32
The index of the dynamic property for which to search.

Return Value

Boolean
True if the dynamic property exists, false otherwise.

Implements

IV8FastHostDynamicProperties.HasDynamicProperty(Int32)
See Also