MonoMac.Foundation.NSMutableAttributedString: Constructor Members

The constructors of MonoMac.Foundation.NSMutableAttributedString are listed below. For a list of all members, see the NSMutableAttributedString Members list.

See Also: Inherited members from MonoMac.Foundation.NSAttributedString

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Creates a NSMutableAttributedString from a NSAttributedString.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Creates an NSMutableAttributedString from a C# string, with no attributes attached to it.
Creates an NSMutableAttributedString from a C# string and applies the specified CoreText attributes to the entire string.
Creates an NSMutableAttributedString from a C# string and applies the attributes contained in the NSDictionary to the entire string.