ReadOnlyDictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Clear Method

Clears this dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Private Sub Clear Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Clear
void ICollection<KeyValuePair<TKey, TValue>>.Clear()
private:
virtual void Clear() sealed = ICollection<KeyValuePair<TKey, TValue>>::Clear
private abstract Clear : unit -> unit  
private override Clear : unit -> unit
JScript does not support explicit interface implementations.

Implements

ICollection<T>.Clear()

.NET Framework Security

See Also

Reference

ReadOnlyDictionary<TKey, TValue> Class

Microsoft.TeamFoundation.Client Namespace