mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-22 19:29:41 +05:00
Output: Move getParametersString into MethodBase/ParameterInfo
This commit is contained in:
@@ -69,5 +69,9 @@ namespace Il2CppInspector.Reflection
|
||||
|
||||
// TODO: DefaultValue/HasDefaultValue
|
||||
}
|
||||
|
||||
public string GetModifierString() =>
|
||||
(IsOptional? "optional " : "") +
|
||||
(IsOut? "out " : "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user