Method Except
Except<K, V>(IDictionary<K, V>, ISet<K>, ISet<K>?, ISet<K>?)
public static IEnumerable<KeyValuePair<K, V>> Except<K, V>(this IDictionary<K, V> source, ISet<K> except, ISet<K>? except2 = null, ISet<K>? except3 = null)
Parameters
source
IDictionary<K, V>except
ISet<K>except2
ISet<K>except3
ISet<K>
Returns
- IEnumerable<KeyValuePair<K, V>>
Type Parameters
K
V