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
49247c4e
Commit
49247c4e
authored
Apr 12, 2014
by
Vinicius Jarina
Browse files
Merge pull request #77 from MikeSchurman/master
Cache member in SetMemberCache
parents
26775782
e6a0b123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/NLua/Metatables.cs
View file @
49247c4e
...
...
@@ -517,6 +517,8 @@ namespace NLua
members
=
new
Dictionary
<
object
,
object
>();
memberCache
[
objType
]
=
members
;
}
members
[
memberName
]
=
member
;
}
/*
...
...
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