ReadOnlyDictionary45<TKey, TValue>.KeyCollection.ICollection<TKey>.Add Method

Namespace:  Microsoft.ServiceBus.Common
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Private Sub Add ( _
    item As TKey _
) Implements ICollection(Of TKey).Add
'Usage
Dim instance As ReadOnlyDictionary45<TKey, TValue>.KeyCollection 
Dim item As TKey

CType(instance, ICollection(Of TKey)).Add(item)
void ICollection<TKey>.Add(
    TKey item
)
private:
virtual void Add(
    TKey item
) sealed = ICollection<TKey>::Add
private abstract Add : 
        item:'TKey -> unit  
private override Add : 
        item:'TKey -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

ICollection<T>.Add(T)

See Also

Reference

ReadOnlyDictionary45<TKey, TValue>.KeyCollection Class

Microsoft.ServiceBus.Common Namespace