C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Dictionary(TKey, TValue) Class
Dictionary(TKey, TValue) Methods
Add Method
Clear Method
ContainsKey Method
GetEnumerator Method
Remove Method
TryGetValue Method
Dictionary
TKey
,
TValue
Clear Method
Removes all keys and values from the
Dictionary
TKey, TValue
.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
void
Clear
()
Implements
ICollection
T
Clear
See Also
Reference
Dictionary
TKey, TValue
Class
System.Collections.Generic Namespace