DeepSerializedValueWeakLocalObjectReference 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.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int? WeakLocalObjectReference { get; set; }
public:
property Nullable<int> WeakLocalObjectReference {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32See Also