We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dc51f commit b0d6bfeCopy full SHA for b0d6bfe
GraphDiff/GraphDiff/Internal/Graph/GraphNode.cs
@@ -16,6 +16,7 @@ internal class GraphNode
16
17
public GraphNode Parent { get; private set; }
18
public Stack<GraphNode> Members { get; private set; }
19
+ public bool? AllowDelete { get; set; }
20
21
protected readonly PropertyInfo Accessor;
22
0 commit comments