Share via


SortableCollection.Remove Method

Removes an item from the array.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public MustOverride Function Remove ( _
    item As T _
) As Boolean
'Usage
Dim instance As SortableCollection(Of T)
Dim item As T
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public abstract bool Remove (
    T item
)
public:
virtual bool Remove (
    T item
) abstract
public abstract boolean Remove (
    T item
)
public abstract function Remove (
    item : T
) : boolean

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SortableCollection Generic Class
SortableCollection Members
Microsoft.Expression.Encoder Namespace