mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 17:17:52 +08:00
Misc cleanups and adjustments
This commit is contained in:
@ -745,7 +745,7 @@ namespace UnityExplorer
|
||||
//// var valueType = value.GetActualType();
|
||||
////
|
||||
//// Type typeOfKeys, typeOfValues;
|
||||
//// if (valueType.IsGenericType && valueType.GetGenericArguments() is var args && args.Length == 2)
|
||||
//// if (valueType.IsGenericType && valueType.GetGenericArguments() is ParameterInfo[] args && args.Length == 2)
|
||||
//// {
|
||||
//// typeOfKeys = args[0];
|
||||
//// typeOfValues = args[1];
|
||||
|
Reference in New Issue
Block a user