예제 #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();
 }