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
Show whitespace changes
Inline
Side-by-side
ellie-csharp-3.class.markdown
View page @
71c84629
...
...
@@ -266,6 +266,7 @@ public partial class Employee
*
**
Restrictions
**
*
모든
Partial
Type
의
정의는
partial
을
사용하여
한정해야
한다
.
```
cs
public
partial
class
A
{
}
//public class A { } // Error, must also be marked partial
...
...