Esempio n. 1
0
 public static int WritePropertyList(AnyObject plist, NSOutputStream toStream, NSPropertyListFormat format, NSPropertyListWriteOptions options, NSErrorPointer error)
 {
     return(default(int));
 }
Esempio n. 2
0
 public static NSData DataWithPropertyList(AnyObject plist, NSPropertyListFormat format, NSPropertyListWriteOptions options, NSErrorPointer error)
 {
     return(default(NSData));
 }