Inheritance: MonoMac.Foundation.NSStream
 public static NSObject PropertyListWithStream(NSInputStream stream, ref NSPropertyListFormat format, out NSError error)
 {
     return(PropertyListWithStream(stream, NSPropertyListReadOptions.Immutable, ref format, out error));
 }
		public static NSObject PropertyListWithStream (NSInputStream stream, ref NSPropertyListFormat format, out NSError error)
		{
			return PropertyListWithStream (stream, NSPropertyListReadOptions.Immutable, ref format, out error);
		}