Пример #1
0
 public static NSJSValue ToValue(this object obj, NSJSVirtualMachine machine)
 {
     return(NSJSValueMetaObject.ConvertValue(machine, obj));
 }
Пример #2
0
 public static object ConvertValue(this NSJSValue value, Type type)
 {
     return(NSJSValueMetaObject.ConvertValue(type, value));
 }