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 3.class
ellie csharp 3.class
· Changes
Page history
no message
authored
Nov 12, 2015
by
ellie
Hide whitespace changes
Inline
Side-by-side
ellie-csharp-3.class.markdown
View page @
90ddfb77
...
...
@@ -201,9 +201,7 @@ class Circle
get
{
return
pi
;}
set
{
pi
=
value
;}
}
// -----[생략]-----
}
// or public double Pi{get; set;}
```
```
cs
Circle
o
=
new
Circle
();
...
...