Esempio n. 1
0
 public static NSJSValue ToValue(this object obj, NSJSVirtualMachine machine)
 {
     return(NSJSValueMetaObject.ConvertValue(machine, obj));
 }
Esempio n. 2
0
 public static object ConvertValue(this NSJSValue value, Type type)
 {
     return(NSJSValueMetaObject.ConvertValue(type, value));
 }