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