The following tables list the members exposed by LeadCollection.
| Name | Description | |
|---|---|---|
![]()  | LeadCollection Constructor | Initializes a new empty instance of the LeadCollection class. | 
| Name | Description | |
|---|---|---|
![]()  | Count | Gets the number of items contained in the LeadCollection. | 
![]()  | Item | Gets or sets the item at the specified index. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Adds an object to the end of the LeadCollection. | 
![]()  | Clear | Removes all items from the LeadCollection. | 
![]()  | Contains | Determines whether an item is in the LeadCollection. | 
![]()  | IndexOf | Searches for the specified object and returns the 0-based index of the first occurrence within the entire LeadCollection. | 
![]()  | Insert | Inserts an item into the LeadCollection at the specified index. | 
![]()  | Move | Moves the item at the specified index to a new location in the collection. | 
![]()  | Remove | Removes the first occurrence of a specific object from the LeadCollection. | 
![]()  | RemoveAt | Removes the item at the specified index of the LeadCollection.  | 
![]()  | ToArray | Gets an array of the items in this collection. | 
| Name | Description | |
|---|---|---|
![]()  | ClearItems | Removes all items from the collection. | 
![]()  | InsertItem | Inserts an item into the LeadCollection at the specified index. | 
![]()  | MoveItem | Moves the item at the specified index to a new location in the collection. | 
![]()  | OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. | 
![]()  | RemoveItem | Removes the item at the specified index of the collection. | 
![]()  | SetItem | Replaces the item at the specified index. | 
| Name | Description | |
|---|---|---|
![]()  | CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |