Click or drag to resize

DeepSerializedValue.WeakLocalObjectReference Property

Version 130.1.90
Set if value reference met more then once during serialization. In such case, value is provided only to one of the serialized values. Unique per value in the scope of one CDP call.

Namespace: CefSharp.DevTools.Runtime
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public int? WeakLocalObjectReference { get; set; }

Property Value

Nullable<Int32>
See Also