Types tokType; // ��ǰ�Ǻ����� #endregion Fields #region Constructors //���캯�� public Parser() { FunctionResult = null; InterF = new InterFunction(); InterFunctions = new SortedList(); ExterFunctions = new SortedList(); //����ڲ����� GetInterFunctions(); }
//构造函数 public Parser() { FunctionResult = null; InterF = new InterFunction(); InterFunctions = new SortedList(); ExterFunctions = new SortedList(); //添加内部函数 GetInterFunctions(); }