DictionaryCollectionBase<T, U>.Remove Method (T)

Removes the specified object from the collection.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

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

returnValue = instance.Remove(item)
public bool Remove(
    T item
)
public:
virtual bool Remove(
    T item
) sealed
abstract Remove : 
        item:'T -> bool  
override Remove : 
        item:'T -> bool
public final function Remove(
    item : T
) : boolean

Parameters

  • item
    Type: T
    The object to remove.

Return Value

Type: System.Boolean
true if the object is successfully removed; otherwise, false.

Implements

IMutableMetadataCollection<T>.Remove(String)

See Also

Reference

DictionaryCollectionBase<T, U> Class

Remove Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace