()
| 158 | lookup(key: K): V; |
| 159 | hasKey(key: K): boolean; |
| 160 | split(): { first: Windows.Foundation.Collections.IMapView<K, V>; second: Windows.Foundation.Collections.IMapView<K, V>; }; |
| 161 | } |
| 162 | export interface VectorChangedEventHandler<T> { |
| 163 | (sender: Windows.Foundation.Collections.IObservableVector<T>, event: Windows.Foundation.Collections.IVectorChangedEventArgs): void; |
no outgoing calls
no test coverage detected