GetAll() public static méthode

public static GetAll ( TwitchConnection connection ) : TwitchCommand[]
connection TwitchConnection
Résultat TwitchCommand[]
Exemple #1
0
 public TwitchCommand[] GetAllCommands(TwitchConnection twitchConnection)
 {
     return(SqlTwitchCommand.GetAll(twitchConnection));
 }