GetAll() public static method

public static GetAll ( TwitchConnection connection ) : TwitchCommand[]
connection TwitchConnection
return TwitchCommand[]
コード例 #1
0
 public TwitchCommand[] GetAllCommands(TwitchConnection twitchConnection)
 {
     return(SqlTwitchCommand.GetAll(twitchConnection));
 }