示例#1
0
 public static AnyObject PropertyListWithStream(NSInputStream stream, NSPropertyListReadOptions options, UnsafeMutablePointer <NSPropertyListFormat> format, NSErrorPointer error)
 {
     return(default(AnyObject));
 }
示例#2
0
 public static AnyObject PropertyListWithData(NSData data, NSPropertyListReadOptions options, UnsafeMutablePointer <NSPropertyListFormat> format, NSErrorPointer error)
 {
     return(default(AnyObject));
 }