示例#1
0
 private FiniteAutomaton Star(FiniteAutomaton operand)
 {
     throw new NotImplementedException();
 }
示例#2
0
 private FiniteAutomaton Concat(FiniteAutomaton operand1, FiniteAutomaton operand2)
 {
     throw new NotImplementedException();
 }