Example #1
0
 public ParsedArgument(int start, int end, T result)
 {
     Range   = StringRange.Between(start, end);
     _result = result;
 }