ABMutableMultiValue<T>.RemoveAt(nint) 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.
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.