Method EntrySet
EntrySet<TKey, TValue>(IDictionary<TKey, TValue>)
Declaration
public static ISet<KeyValuePair<TKey, TValue>> EntrySet<TKey, TValue>(this IDictionary<TKey, TValue> dict)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<TKey, TValue> | dict |
Returns
Type | Description |
---|---|
ISet<KeyValuePair<TKey, TValue>> |
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |