"vscode:/vscode.git/clone" did not exist on "7a660cb1386fd2d864ebc3fc25c8b24ef3cdff82"
Unverified Commit cd740aa3 authored by Caio Vidal's avatar Caio Vidal Committed by GitHub
Browse files

Ajusted C# class example (#369)

Class was missing enclosing brace
parent f28dddd2
...@@ -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";
} }
}
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment