ABMutableMultiValue<T>.RemoveAt(nint) Method

Definition

Removes a value from a multivalue property.

public bool RemoveAt (nint index);
member this.RemoveAt : nint -> bool

Parameters

index
System.System.IntPtr System.nativeint

A T:System.Int32 containing the index of the value to remove.

Returns

true if the ABMultiValueEntry<T> at index index was removed; otherwise, false.

Remarks

An exception is raised if index is out of bounds.

Applies to