Remove Method

Removes an element from the collection.

Namespace:  Microsoft.Rtc.Workflow.Utilities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As T _
) As Boolean
public bool Remove(
    T item
)
public:
virtual bool Remove(
    T item
) sealed
function remove(item);

Parameters

  • item
    Type: T
    The object to remove from the collection.

Return Value

True, if the item was successfully removed from the ICollection; otherwise, False.

Implements

ICollectionRemove(UTP)

See Also

BaseCollection<(Of <(T>)>) Class

Microsoft.Rtc.Workflow.Utilities Namespace