IMapTKey, TValueEntrySet Method | 
| Name | Description | |
|---|---|---|
| EntrySet | 
                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.
              | |
| EntrySet(IPredicate) | 
                Queries the map based on the specified predicate and
                returns the matching entries.
              |