Version

Remove(T) Method

Removes a sort-able item from the collection.
Syntax
public bool Remove( 
   T sortableItem
)

Parameters

sortableItem
The sort-able item to remove from the collection.

Return Value

True if the sort-able item was found and removed; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionsortableItem is null.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also