public ExampleStruct(int nr) : this() { this.Name = "Element " + nr; this.Number = nr; this.Enum = (ExampleEnum)ExampleHelper.RandomInt(0, 5); }