ABMutableMultiValue<T>.Add(T, NSString) Method

Definition

Add value with the label label to a multivalue property.

public bool Add (T value, Foundation.NSString label);
member this.Add : 'T * Foundation.NSString -> bool

Parameters

value
T

A T to add to the ABMutableMultiValue<T>.

label
NSString

A NSString to use as the label for value.

Returns

true if the value was added; otherwise, false.

Applies to