mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:34:14 +01:00
minor refactoring
This commit is contained in:
parent
142c65cc9d
commit
7baca3565a
34 changed files with 554 additions and 627 deletions
|
|
@ -34,7 +34,7 @@ public class FileReplacementComparer : IEqualityComparer<FileReplacement>
|
|||
return true;
|
||||
}
|
||||
|
||||
private static int GetOrderIndependentHashCode<T>(IEnumerable<T> source)
|
||||
private static int GetOrderIndependentHashCode<T>(IEnumerable<T> source) where T : notnull
|
||||
{
|
||||
int hash = 0;
|
||||
foreach (T element in source)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue