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