mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
perf: IcdHashSet AddRange micro-optimization
This commit is contained in:
@@ -246,7 +246,7 @@ namespace ICD.Common.Utils.Collections
|
|||||||
throw new ArgumentNullException("items");
|
throw new ArgumentNullException("items");
|
||||||
|
|
||||||
foreach (T item in items)
|
foreach (T item in items)
|
||||||
Add(item);
|
m_Dict[item] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user