internal static extern Type[] GetTypeModifiers(MonoProperty prop, bool optional);
internal static extern object get_default_value(MonoProperty prop);
internal static extern void get_property_info(MonoProperty prop, ref MonoPropertyInfo info, PInfo req_info);
internal static extern int get_metadata_token(MonoProperty monoProperty);
internal static object get_default_value(MonoProperty prop) { throw new System.NotImplementedException(); }
internal static Type[] GetTypeModifiers(MonoProperty prop, bool optional) { throw new System.NotImplementedException(); }
internal static void get_property_info(MonoProperty prop, ref MonoPropertyInfo info, PInfo req_info) { throw new System.NotImplementedException(); }