We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961ba67 commit 32b4992Copy full SHA for 32b4992
WeakPtrNode.cs
@@ -14,13 +14,8 @@ class WeakPtrNode : BaseReferenceNode
14
/// <summary>Size of the node in bytes.</summary>
15
public override int MemorySize => IntPtr.Size;
16
17
-
18
/// <summary>Disable the cycle check for pointer references.</summary>
19
- public WeakPtrNode()
20
- : base(false)
21
- {
22
23
- }
+ public override bool PerformCycleCheck => false;
24
25
/// <summary>Called when the node was created. Creates a new class as inner node.</summary>
26
public override void Intialize()
0 commit comments