[]
The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
public class ContactCollection : BaseCollection<Contact>, IList<Contact>, ICollection<Contact>, IList, ICollection, IReadOnlyList<Contact>, IReadOnlyCollection<Contact>, IEnumerable<Contact>, IEnumerable, INotifyCollectionChanged
Public Class ContactCollection
Inherits BaseCollection(Of Contact)
Implements IList(Of Contact), ICollection(Of Contact), IList, ICollection, IReadOnlyList(Of Contact), IReadOnlyCollection(Of Contact), IEnumerable(Of Contact), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| ContactCollection() | Initializes a new instance of the ContactCollection class. |