Foundation.NSMutableAttributedString: Constructor Members

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

See Also: Inherited members from 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.
Creates an NSMutableAttributedString from a C# string, with no attributes attached to it.
Documentation for this section has not yet been entered.
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.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.