Esempio n. 1
0
 public int FindState(int coordId, string stateName)
 {
     return(GrammarApi.sol_FindEnumState(_engine, coordId, stateName));
 }