mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +00:00
perf: IcdHashSet AddRange micro-optimization
This commit is contained in:
parent
eb7f3033fb
commit
09445da1e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue