C# 에서는 클래스 내부 프로퍼티들한테 get; set; 걍 선언만하면해당 메소드가 알아서 생성되는거냐?신기하네public string test_string {get; set;}이러면 땡이여?
내