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

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

Syntax

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

CType(instance, ICollection(Of TValue)).Add(item)
void ICollection<TValue>.Add(
    TValue item
)
private:
virtual void Add(
    TValue item
) sealed = ICollection<TValue>::Add
private abstract Add : 
        item:'TValue -> unit  
private override Add : 
        item:'TValue -> 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>.ValueCollection Class

Microsoft.ServiceBus.Common Namespace