Interface IMapView

Hierarchy

Index

Properties

Methods

Properties

public size: number

Methods

public first(): IIterator

Returns

IIterator

public hasKey(key: K in Windows.Foundation.Collections.IMapView<K, V>): boolean

Parameters

  • key: K in Windows.Foundation.Collections.IMapView<K, V>

Returns

boolean

public lookup(key: K in Windows.Foundation.Collections.IMapView<K, V>): V in Windows.Foundation.Collections.IMapView<K, V>

Parameters

  • key: K in Windows.Foundation.Collections.IMapView<K, V>

Returns

V in Windows.Foundation.Collections.IMapView<K, V>

public split(): { first: Windows.Foundation.Collections.IMapView<K, V>; second: Windows.Foundation.Collections.IMapView<K, V>; }

Returns

{ first: Windows.Foundation.Collections.IMapView<K, V>; second: Windows.Foundation.Collections.IMapView<K, V>; }