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
ellie
c-sharp-study
Wiki
ellie csharp 6.task
ellie csharp 6.task
· Changes
Page history
Merge branch 'master' of
http://intra.novonetworks.com:8073/ellie/c-sharp-study.wiki
authored
Jan 11, 2016
by
ellie
Hide whitespace changes
Inline
Side-by-side
ellie-csharp-6.task.markdown
View page @
ce849590
...
@@ -204,6 +204,7 @@ public class Person
...
@@ -204,6 +204,7 @@ public class Person
}
}
}
}
```
```
위의 코드를 빌드하면 C#6.0 컴파일러는 내부적으로 읽기 전용 속성의 필드로 변경해 컴파일한다.
```
cs
```
cs
public
class
Person
public
class
Person
{
{
...
...