관리 메뉴

KorSA

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

Study Memos/C# 2000 Things

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

Praiv. 2019. 5. 22. 01:20
320x100

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

ex) int n = new int();

728x90
728x90

'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
Comments