본문 바로가기

Study Memos/C# 2000 Things

#37-1. 모든 value type은 constructor를 가지고 있다

모든 value type 은 default constructor를 가지고 있다.

ex) int n = new int();

반응형

'Study Memos > C# 2000 Things' 카테고리의 다른 글

#38. C# Type 의 종류  (0) 2019.05.22
#37-2. Common Type System (CTS)  (0) 2019.05.22
#27. operand 수  (0) 2019.05.22
#25. string literal  (0) 2019.05.22
#23. double vs decimal  (0) 2019.05.22