Exemple #1
0
 /// <summary>
 /// Removes the text from compiling string.
 /// </summary>
 /// <param name="index">Index from where we're going to remove the text.</param>
 public void RemoveTextFromCompilingString(int index)
 {
     stringToCompile = CompilingHelper.RemoveTextFromCompilingString(
         stringToCompile,
         blocksOnView,
         index
         );
 }