ABMutableMultiValue<T>.Add(T, NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.
Returns
true if the value was added;
otherwise, false.