Пример #1
0
 internal static extern Type[] GetTypeModifiers(MonoProperty prop, bool optional);
Пример #2
0
 internal static extern object get_default_value(MonoProperty prop);
Пример #3
0
 internal static extern void get_property_info(MonoProperty prop, ref MonoPropertyInfo info,
                                               PInfo req_info);
Пример #4
0
 internal static extern int get_metadata_token(MonoProperty monoProperty);
Пример #5
0
 internal static object get_default_value(MonoProperty prop)
 {
     throw new System.NotImplementedException();
 }
Пример #6
0
 internal static Type[] GetTypeModifiers(MonoProperty prop, bool optional)
 {
     throw new System.NotImplementedException();
 }
Пример #7
0
 internal static void get_property_info(MonoProperty prop, ref MonoPropertyInfo info,
                                        PInfo req_info)
 {
     throw new System.NotImplementedException();
 }