ILookup<TKey, TElement>.Count Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of key/value collection pairs in the ILookup<TKey, TElement>.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Int32The number of key/value collection pairs in the ILookup<TKey, TElement>.
Show: