Example #1
0
        unsafe static void Main(string[] args)
        {
            CSharpStructType item = new CSharpStructType();

            item.fields[0] = 5;
            int n = item.fields[2];
        }
Example #2
0
 public Container()
 {
     _inst = new CSharpStructType();
 }