Searched refs:RemoveFirst (Results 1 – 1 of 1) sorted by relevance
130 public static bool RemoveFirst<K>(this HashSet<KeyValuePair<K, object>> hashSet, K key) in RemoveFirst() method in Antmicro.Renode.Config.HashSetExtensions155 hashSet.RemoveFirst(key); in Set()