Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh csharp 4.bcl
doh csharp 4.bcl
· Changes
Page history
dohun94 created page: doh csharp 4.bcl
authored
Mar 23, 2017
by
박도현
Hide whitespace changes
Inline
Side-by-side
doh-csharp-4.bcl.md
View page @
f139f0a3
...
...
@@ -2444,6 +2444,7 @@ class NullableEx
public
static
void
Main
()
{
//int i = null //값 형식은 null을 허용하지 않으므로 에러발생.
NullableEx
ne
=
new
NullableEx
();
ne
.
isGetMarried
=
null
;
//이상없음.
...
...