ReadOnlyDictionary45<TKey, TValue>.ValueCollection.ICollection<TValue>.Remove Method
Namespace: Microsoft.ServiceBus.Common
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
Private Function Remove ( _
item As TValue _
) As Boolean Implements ICollection(Of TValue).Remove
'Usage
Dim instance As ReadOnlyDictionary45<TKey, TValue>.ValueCollection
Dim item As TValue
Dim returnValue As Boolean
returnValue = CType(instance, ICollection(Of TValue)).Remove(item)
bool ICollection<TValue>.Remove(
TValue item
)
private:
virtual bool Remove(
TValue item
) sealed = ICollection<TValue>::Remove
private abstract Remove :
item:'TValue -> bool
private override Remove :
item:'TValue -> bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- item
Type: TValue
Return Value
Type: System.Boolean