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
627dedea
Commit
627dedea
authored
Nov 24, 2014
by
Vinicius Jarina
Browse files
Update README.md
parent
e9b928d9
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
627dedea
...
@@ -186,7 +186,7 @@ You can call static methods using only the class name and the `.` notation from
...
@@ -186,7 +186,7 @@ You can call static methods using only the class name and the `.` notation from
```
csharp
```
csharp
state
.
DoString
(
@"
state
.
DoString
(
@"
local res4 = SomeClass
:
StaticMethod(4)
local res4 = SomeClass
.
StaticMethod(4)
"
);
"
);
```
```
...
...
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