Пример #1
0
 public static ICharIterator ToRepeatingIterator(this char highSurrogate, char lowSurrogate, int length)
 {
     return(CharIteratorPool.RentRepeater(highSurrogate, lowSurrogate, length));
 }
Пример #2
0
 public static ICharIterator ToRepeatingIterator(this char value, int length)
 {
     return(CharIteratorPool.RentRepeater(value, length));
 }