Example #1
0
 /// <summary>
 /// LineRange as Range
 /// </summary>
 public static LineRangeSpecifier.Range AsRange(this LineRangeSpecifier lineRange)
 {
     return((LineRangeSpecifier.Range)lineRange);
 }
Example #2
0
 /// <summary>
 /// LineRange as WithEndCount
 /// </summary>
 public static LineRangeSpecifier.WithEndCount AsWithEndCount(this LineRangeSpecifier lineRange)
 {
     return((LineRangeSpecifier.WithEndCount)lineRange);
 }
Example #3
0
 /// <summary>
 /// LineRange as SingleLine
 /// </summary>
 public static LineRangeSpecifier.SingleLine AsSingleLine(this LineRangeSpecifier lineRange)
 {
     return((LineRangeSpecifier.SingleLine)lineRange);
 }