示例#1
0
 public void RemoveTransition(string sInputSymbol)
 {
     MatchingStateMap.Remove(sInputSymbol);
 }