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
ruanhaishen
NLua
Commits
cd740aa3
"vscode:/vscode.git/clone" did not exist on "7a660cb1386fd2d864ebc3fc25c8b24ef3cdff82"
Unverified
Commit
cd740aa3
authored
Apr 18, 2020
by
Caio Vidal
Committed by
GitHub
Apr 18, 2020
Browse files
Ajusted C# class example (#369)
Class was missing enclosing brace
parent
f28dddd2
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
cd740aa3
...
@@ -71,6 +71,7 @@ You can use/instantiate any .NET class without any previous registration or anno
...
@@ -71,6 +71,7 @@ You can use/instantiate any .NET class without any previous registration or anno
{
{
return
"Return of Static Method"
;
return
"Return of Static Method"
;
}
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment