|
MultiMapK, VKeysWithZeroItems Method
|
Get the list of keys with entries that do not contain items.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<K> KeysWithZeroItems()
Public Function KeysWithZeroItems As List(Of K)
public:
List<K>^ KeysWithZeroItems()
member KeysWithZeroItems : unit -> List<'K>
Return Value
Type:
ListK[Missing <returns> documentation for "M:Karamba.Utilities.MultiMap`2.KeysWithZeroItems"]
See Also