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
See also
Reference
ReadOnlyDictionary<TKey, TValue> class