namespace TestDot { public unsafe class myClass { public int Test(int *ptr) { return ptr[1]; } } }