변수와 그 형식 모두에 Nullable 한정자를 지정할 수 없습니다.
업데이트: 2007년 11월
Nullable modifier cannot be specified on both a variable and its type
선언된 변수와 그 형식 모두에 nullable 형식 한정자(?)가 포함되어 있습니다.
오류 ID: BC33100
이 오류를 해결하려면
- 변수 또는 그 선언된 형식에서 nullable 형식 한정자(?)를 제거합니다.
업데이트: 2007년 11월
Nullable modifier cannot be specified on both a variable and its type
선언된 변수와 그 형식 모두에 nullable 형식 한정자(?)가 포함되어 있습니다.
오류 ID: BC33100