mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-12 11:15:12 +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");
|
||||
|
||||
foreach (T item in items)
|
||||
Add(item);
|
||||
m_Dict[item] = null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user