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 3.class
doh csharp 3.class
· Changes
Page history
dohun94 created page: doh csharp 3.class
authored
Mar 10, 2017
by
박도현
Hide whitespace changes
Inline
Side-by-side
doh-csharp-3.class.md
View page @
53dfd631
...
@@ -452,6 +452,8 @@ static void Main(string[] args)
...
@@ -452,6 +452,8 @@ static void Main(string[] args)
}
}
```
```
#### this
#### this
여러개의 생성자에서 private 메서드로 접근하여 처리하는 방법도 있다.
```
c#
```
c#
class
Book
class
Book
{
{
...
...