[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#ICollection{T}#Clear"]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

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

Implements

ICollection<(Of <(<'T>)>)>..::..Clear()()()()

See Also