ClientCollection
Wisej.Core.ClientCollection
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
List of Clients using the application.
public class ClientCollection : IList<Client>, ICollection<Client>, IEnumerable<Client>, IEnumerable
Constructors
ClientCollection()

Properties
Count

Int32: Returns the total number of Client items in the collection.
Item(index)

Last updated
Was this helpful?