new 사용법이
클래스 개체 = new 클래스();로 알고 있었는데요...
GetDataTimeFromYearlyHour.cs에서
return (new DateTime(2019, 1, 1, 0, 0, 0)).AddHours(--number);
PatternMatchingWithIf.cs에서
Console.WriteLine(new String('*', number));
에서 나오는 new가 무엇을 의미하는 것인지 알려주시면 감사하겠습니다.