ContactCollection Class Members
In This Topic
The following tables list the members exposed by ContactCollection.
Public Constructors
Public Properties
Protected Properties
| Name | Description |
 | Dictionary | (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
 | Items | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Top
Public Methods
| Name | Description |
 | Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. (Inherited from C1.C1Schedule.BaseCollection<Contact>) |
 | AddRange | Overloaded. Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. (Inherited from C1.C1Schedule.BaseCollection<Contact>) |
 | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Contains | Overloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Contact>) |
 | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
 | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Top
See Also