using System; class Tester { unsafe static void Main() { // string str = ""; string str = "test"; string str0 = ""; fixed (char *p = str) { fixed (char *q = str0) { // FixedBuffer fb = new FixedBuffer(test); for (int i = 0; i