static void Main(string[] args) { var s = new MyStruct(); var s2 = new MyStruct(1, 2, "asdfg"); Console.WriteLine(s2.GetX()); }