All pages
Powered by GitBook
1 of 1

Loading...

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
Public Class ClientCollection
    Inherits IList(Of Client)
    Implements ICollection(Of Client), IEnumerable(Of Client), IEnumerable

Constructors

ClientCollection()

Initializes a new instance of .

Properties

Count

: Returns the total number of items in the collection.

Item(index)

: Returns the at the specified index .

ClientCollection
Int32
Client
Client
Client