[C# 기초] C# 전처리기 지시어 사용법



[C# 기초] C# 전처리기 지시어 사용법

[C# 기초] C# 전처리기 지시어 사용법

[C# 기초] C# 에서 사용하는 전처리기 지시어 (Preprocessor Directive) 들에 대해 하나 하나 자세히 설명합니다. define, if, region, warning, error, pragma 등 C# 전처리기 지시어들에 대해 예제를 통해 자세히 알아봅니다.

참고아티클 : http://www.csharpstudy.com/CSharp/CSharp-preprocessor.aspx

Comments are closed.