Click or drag to resize

V8FastResult.IsSet Property

Determines whether the result has been set.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public bool IsSet { get; }

Property Value

Boolean
Remarks
Once set, a result cannot be modified.
See Also