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