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

Properties

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

Client: Returns the Client at the specified index .

Last updated