Skip to main content
Version: 4.1

ClientCollection

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

List of Clients using the application.

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

Constructors

Instance member ClientCollection()

Initializes a new instance of ClientCollection.

Properties

Instance member Count

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

Instance member Item(index)

Client: Returns the Client at the specified index .