mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 06:08:16 +08:00
Update ReflectionInspector.cs
This commit is contained in:
parent
bc0ad5eab6
commit
cc29dbda30
@ -126,7 +126,7 @@ namespace Explorer.UI.Inspectors
|
||||
private void CacheMembers(Type[] types)
|
||||
{
|
||||
var list = new List<CacheMember>();
|
||||
var cachedSigs = new List<string>();
|
||||
var cachedSigs = new HashSet<string>();
|
||||
|
||||
foreach (var declaringType in types)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user