Example #1
0
 internal static int LongerStartFirst(StringSubType x, StringSubType y)
 {
     return(StringList.LongerFirst(x.Start, y.Start));
 }