Error-CS0165: Use of unassigned local variable 'xxxxxxx'
              
          CODEDRAGON ㆍDevelopment/C#, Xamarin
반응형
    
    
    
  
오류 메시지
| Error-CS0165: Use of unassigned local variable 'no' | 
| 
 
 | 
해결방법
변수 선언 후 초기화하지 않으면 출력 또는 연산을 할 수 없습니다.
변수를 초기화해 주시기 바랍니다.
'Development > C#, Xamarin' 카테고리의 다른 글
| MONODEVELOP 한글버전 (0) | 2015.10.08 | 
|---|---|
| Visual Studio 2015 Color Theme Editor - Visual Studio 2015 칼라 테마 (0) | 2015.10.03 | 
| Visual Studio 2015 에서 Git 사용하기- Git Repositories (0) | 2015.09.23 | 
| What is Cool about C# 6.0? (0) | 2015.09.21 | 
| Visaul Studio 2013 - 언어팩 설치하기 (0) | 2015.09.14 |