Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 614 Bytes

imap_2_size.md

File metadata and controls

24 lines (17 loc) · 614 Bytes
-api-id -api-type
P:Windows.Foundation.Collections.IMap`2.Size
winrt property

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

-description

Gets the number of items in the map.

-property-value

The number of items in 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>