Share via


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

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Private Sub Clear Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Clear
'Usage
Dim instance As ReadOnlyDictionary

CType(instance, ICollection(Of KeyValuePair(Of TKey, TValue))).Clear()
void ICollection<KeyValuePair<TKey, TValue>>.Clear()

Implements

ICollection<T>.Clear()

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace