V8FastHostDynamicObject<TObject>.HasDynamicProperty(Int32) Method |
Determines whether a dynamic property exists at the specified index.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool HasDynamicProperty(
int index
)
Public Function HasDynamicProperty (
index As Integer
) As Boolean
public:
virtual bool HasDynamicProperty(
int index
) sealed
abstract HasDynamicProperty :
index : int -> bool
override HasDynamicProperty :
index : int -> bool
Parameters
- index Int32
- The index of the dynamic property for which to search.
Return Value
BooleanTrue if the dynamic property exists,
false otherwise.
Implements
IV8FastHostDynamicProperties.HasDynamicProperty(Int32)
See Also