Пример #1
0
 public static Il2CppSystem.Reflection.PropertyInfo[] properties(this Il2CppSystem.Type type, Il2CppSystem.Reflection.BindingFlags bf = ReflectionHelper.bfAll_Il2Cpp) => type.GetProperties(bf);
Пример #2
0
 public static Il2CppSystem.Reflection.FieldInfo[] fields(this Il2CppSystem.Type type, Il2CppSystem.Reflection.BindingFlags bf = ReflectionHelper.bfAll_Il2Cpp) => type.GetFields(bf);