NSMutableAttributedString.Append Method

Definition

Overloads

Append(NSAttributedString, Object[])
Append(NSAttributedString)

Appends an attributed string to this string.

Append(NSAttributedString, Object[])

public void Append (Foundation.NSAttributedString first, params object[] rest);
member this.Append : Foundation.NSAttributedString * obj[] -> unit

Parameters

rest
Object[]

Applies to

Append(NSAttributedString)

Appends an attributed string to this string.

[Foundation.Export("appendAttributedString:")]
public virtual void Append (Foundation.NSAttributedString attrString);
abstract member Append : Foundation.NSAttributedString -> unit
override this.Append : Foundation.NSAttributedString -> unit

Parameters

attrString
NSAttributedString

The attributed string to append.

Attributes

Applies to