Removal of ToList()

This commit is contained in:
Brett Hewitson 2021-12-16 00:57:01 +10:00
parent 9f5cf132f0
commit 7af5f90e30
10 changed files with 48 additions and 42 deletions

View file

@ -23,7 +23,7 @@ namespace ServerManagerTool.Common.Model
}
}
public static PlayerUserList GetList(SteamUserDetailResponse response, string[] ids)
public static PlayerUserList GetList(SteamUserDetailResponse response, IEnumerable<string> ids)
{
var result = new PlayerUserList();
if (ids != null)