C# Default
C# Default
๐ซ default (๊ธฐ๋ณธ) ์ฐ์ฐ์
default(ํ์ Type, ํ์ ๋งค๊ฐ ๋ณ์ T)
1
2
3
4
5
default(int) // 0
default(object) // null
default(int?) // null
default(System.Numerics.Complex) // (0, 0)
default(System.Collections.Generic.List<int>) // null
๐ซ default (๊ธฐ๋ณธ) ๋ฆฌํฐ๋ด
default
(ํ์์ ์ ์ถํ ์ ์๋ ๊ฒฝ์ฐ)
๐ซ switch ๋ฌธ ๋ด์ ๊ธฐ๋ณธ ์ฌ๋ก ๋ ์ด๋ธ
์ด ๊ธฐ์ฌ๋ ์ ์๊ถ์์ CC BY 4.0 ๋ผ์ด์ผ์ค๋ฅผ ๋ฐ๋ฆ
๋๋ค.