public static NSObject Deserialize(NSData data, NSJsonReadingOptions opt, NSError error) { return(Deserialize(data, opt, out error)); }
protected override void Dispose(bool disposing) { source = null; base.Dispose(disposing); }
public UnmanagedMemoryStreamWithMutableRef(NSData source) : base(source) { base_address = source.Bytes; this.source = source; }
public UnmanagedMemoryStreamWithRef(NSData source) : base((byte *)source.Bytes, (long)source.Length) { this.source = source; }
public NSAttributedString(NSData data, ref NSError error) : this(data, (NSDictionary)null, out ignore, ref error) { }
public NSAttributedString(NSData data, NSAttributedStringDocumentAttributes documentAttributes, ref NSError error) : this(data, documentAttributes, out ignore, ref error) { }