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