Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 549 Bytes

imap_2_clear_556466.md

File metadata and controls

21 lines (15 loc) · 549 Bytes
-api-id -api-type
M:Windows.Foundation.Collections.IMap`2.Clear
winrt method

Windows.Foundation.Collections.IMap<K, V>.Clear

-description

Removes all items from the map.

-remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.Generic.IDictionary<TKey,TValue> interface.

-examples

-see-also

IMap<K, V>