コード例 #1
0
 public TFluent AddLevel(Action <IContainerNode <TState> > branch)
 {
     Nodes.AddLevelNode(branch);
     return(Self);
 }