GetTopUsersForChannel() public static method

public static GetTopUsersForChannel ( TwitchChannel channel, uint count ) : TwitchUserPoints[]
channel TwitchChannel
count uint
return TwitchUserPoints[]
コード例 #1
0
 public TwitchUserPoints[] GetTopUsers(TwitchChannel channel, uint count)
 {
     return(SqlTwitchUserPoints.GetTopUsersForChannel(channel, count));
 }