mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
7c0a7fd64e
Every reflection GetValue / SetValue call would do a bunch of allocation; just let the runtime give us the full list it builds each time, then iterate off that. Improve start index searching; properties do not contain spaces, so we can find the start by just searching for the first character of the splitter (space). No longer need to trycatch as we're setting foreach property, instead of foreach string. |
||
---|---|---|
.. | ||
LocalizationUtil.cs | ||
LocalizedDescriptionAttribute.cs | ||
LocalizeUtil.cs |