Esempio n. 1
0
 /// <summary>
 /// Parse the string into an action.
 /// </summary>
 /// <param name="s">given string representing of an action</param>
 /// <returns>action represented by the string</returns>
 new public static Action Parse(string s)
 {
     return((Action)CompoundTerm.Parse(s));
 }