#TIL #csharp 객체 이니셜라이저 (object initializers) less than 1 minute read Cat cat = new Cat() cat.Age = 10; cat.Name = "Fluffy";