UserCollection<T>.Add Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Add(T)
Adds a user to the collection.
Declaration
public void Add(T user)
Parameters
Type | Name | Description |
---|---|---|
T | user | User to add. |