1 instantiation of TextElementEnumerator
mscorlib (1)
system\globalization\stringinfo.cs (1)
314
return (new
TextElementEnumerator
(str, index, len));
2 references to TextElementEnumerator
mscorlib (2)
system\globalization\stringinfo.cs (2)
292
public static
TextElementEnumerator
GetTextElementEnumerator(String str)
297
public static
TextElementEnumerator
GetTextElementEnumerator(String str, int index)