Beispiel #1
0
        public static MemberInfo[] GetMembers(ref System.Type type)
        {
#if (UNITY_WINRT && !UNITY_EDITOR)
            return(Reflection.GetMembers(type));
#else
            return(type.GetMembers());
#endif
        }