Example #1
0
        //Method to reset the op
        public static void ResetOperation()
        {
            Start    = 0;
            Stop     = 0;
            Children = null;
            Size     = 0;
            Current  = 0;

            OutputDictionary.Clear();
            RealOutputDictionary.Clear();
        }
Example #2
0
 //Method for clearing the dictionary
 public static void ClearOutput()
 {
     OutputDictionary.Clear();
 }