DeepSerializedValueWeakLocalObjectReference Property |
Version 118.6.80
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: 118.6.80.0
Syntax public int? WeakLocalObjectReference { get; set; }
public:
property Nullable<int> WeakLocalObjectReference {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also