ClientCollection

Collection used to store the clients

class ClientCollection : Collection!Client {}

Constructors

this
this(Client[] list)

Members

Static functions

FromFile
ClientCollection FromFile(string path)

Create a client collection from a json file

Meta