예제 #1
0
 internal override void WriteChars(char[] chars, int index, int count)
 {
     rawWriter.WriteRaw(chars, index, count);
 }