ClientCollection
Wisej.Core.ClientCollection
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
List of Clients using the application.
public class ClientCollection : IList<Client>, ICollection<Client>, IEnumerable<Client>, IEnumerable
Public Class ClientCollection
Inherits IList(Of Client)
Implements ICollection(Of Client), IEnumerable(Of Client), IEnumerable
Constructors
ClientCollection()
Properties
Count
Int32: Returns the total number of Client items in the collection.
Item(index)
Client: Returns the Client at the specified index .