Beispiel #1
0
 /// <summary>
 /// Set offset error offset.
 /// </summary>
 /// <param name="LengthToSum">Count of removed chars from the <paramref name="commandLineText"/>.</param>
 /// <param name="i">Iteration index.</param>
 /// <param name="commandLineText">Line to parse.</param>
 /// <returns>Error offset.</returns>
 private void SetErrorOffset(ref int LengthToSum, int i, ref string commandLineText)
 {
     StandardParser.SetOffset(Parameters[i].Error, Parameters[i].Value, ref commandLineText, ref LengthToSum);
 }