public Struct(int p) { i = 42; s = "string"; b = true; f = 4.2f; d = 8.4; o = new object(); middle = new MiddleStruct(p); }