본문 바로가기

프로그래밍/C#

[C#] bool Boolean, string String 차이

[C#] bool Boolean, string String 차이



Microsoft 공식 사이트에 아래와 같이 표현되어있네요.


The following table shows the keywords for built-in C# types, which are aliases of predefined types in the System namespace.



결론 : alias 인걸로..

Microsoft 공식사이트 참조 주소 : https://msdn.microsoft.com/en-us/library/ya5y69ds(v=vs.110).aspx