mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +00:00
perf: Simpler HasAnyFlags check, some tidying
This commit is contained in:
@@ -25,7 +25,7 @@ namespace ICD.Common.Utils.Collections
|
||||
get
|
||||
{
|
||||
return m_OrderedKeys.Select(k => m_Dictionary[k])
|
||||
.ToArray(Count);
|
||||
.ToArray(m_OrderedKeys.Count);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user