string의 기본값 null
Unity3D/C# 2018. 8. 21. 23:031. string은 String의 별칭이다.
2. String 은 참조 형식이다.
https://msdn.microsoft.com/ko-kr/library/490f96s2(v=vs.120).aspx
3. null은 참조형식의 기본값이다.
https://docs.microsoft.com/ko-kr/dotnet/csharp/language-reference/keywords/null
'Unity3D > C#' 카테고리의 다른 글
Console.ReadLine (0) | 2018.08.22 |
---|---|
float 의 기본값은 0.0f (0) | 2018.08.21 |
LinkedList (0) | 2016.03.19 |
깊은 복사(Deep Copy) VS 얕은 복사(Shallow Copy) (1) | 2015.10.23 |
[Design Pattern] Factory Method (0) | 2015.09.02 |