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

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

Syntax

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

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

Implements

ICollection<T>.Clear()

See Also

Reference

ReadOnlyDictionary45<TKey, TValue>.ValueCollection Class

Microsoft.ServiceBus.Common Namespace