ClientCollection

Wisej.Core.ClientCollection

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

List of Clients using the application.

public class ClientCollection : IList<Client>, ICollection<Client>, IEnumerable<Client>, IEnumerable

Constructors

Initializes a new instance of ClientCollection.

Properties

Int32: Returns the total number of Client items in the collection.

Client: Returns the Client at the specified index .

Last updated