Click or drag to resize

IMapTKey, TValueEntrySet Method

Overload List
  NameDescription
Public methodEntrySet
Returns a ISetT clone of the mappings contained in this map. The set is NOT backed by the map, so changes to the map are NOT reflected in the set, and vice-versa.
Public methodEntrySet(IPredicate)
Queries the map based on the specified predicate and returns the matching entries.
Top
See Also