관리 메뉴

KorSA

#38. C# Type 의 종류 본문

Study Memos/C# 2000 Things

#38. C# Type 의 종류

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

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

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

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

3. user-defined type

728x90
728x90

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