コード例 #1
0
 public static int WritePropertyList(NSObject plist, NSOutputStream stream, NSPropertyListFormat format, out NSError error)
 {
     return(WritePropertyList(plist, stream, format, NSPropertyListWriteOptions.Immutable, out error));
 }
コード例 #2
0
		public static int WritePropertyList (NSObject plist, NSOutputStream stream, NSPropertyListFormat format, out NSError error)
		{
			return WritePropertyList (plist, stream, format, NSPropertyListWriteOptions.Immutable, out error);
		}