본문 바로가기

Study Memos/C# 2000 Things

#38. C# Type 의 종류

C#에서 type은 크게 3 가지로 나뉜다.

1. built-in (Common Type System 의 일부)

2. custom type(.NET 프레임워크에 정의되어 있음)

3. user-defined type

반응형

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

#51. float  (0) 2019.05.23
#48. checked  (0) 2019.05.22
#37-2. Common Type System (CTS)  (0) 2019.05.22
#37-1. 모든 value type은 constructor를 가지고 있다  (0) 2019.05.22
#27. operand 수  (0) 2019.05.22