コード例 #1
0
 /// <summary>
 /// This constructor defaults to UnchosenVertexNodeState.
 /// </summary>
 /// <param name="node"></param>
 protected internal VertexNodeStateContext(VertexNode node)
     : base(node, UnchosenVertexNodeState.Instance)
 {
 }
コード例 #2
0
 protected internal VertexNodeStateContext(VertexNode node, VertexNodeState state)
     : base(node, state)
 {
 }