示例#1
0
 public IEnumerable <Move <Rule <Expr> > > GetMovesFrom(int state)
 {
     return(st.GetMovesFrom(state));
 }