Esempio n. 1
0
 public int GetCoordType(int partOfSpeechId, int coordId)
 {
     return(GrammarApi.sol_GetCoordType(GetEngineHandle(), coordId, partOfSpeechId));
 }