Skip to content

Commit b0d6bfe

Browse files
authored
Update GraphNode.cs
1 parent 70dc51f commit b0d6bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GraphDiff/GraphDiff/Internal/Graph/GraphNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ internal class GraphNode
1616

1717
public GraphNode Parent { get; private set; }
1818
public Stack<GraphNode> Members { get; private set; }
19+
public bool? AllowDelete { get; set; }
1920

2021
protected readonly PropertyInfo Accessor;
2122

0 commit comments

Comments
 (0)