In This Topic ▼

LeadCollection Class Methods

Summary

For a list of all members of this type, see LeadCollection members

Public Methods

Name Description
Public Method
add Adds an object to the end of the LeadCollection.
Public Method addRange Adds the array of objects to the end of the LeadCollection.
Public Method clear Removes all items from the LeadCollection.
Public Method clearItems Removes all items from the collection.
Public Method contains Determines whether an item is in the LeadCollection.
Public Method indexOf Searches for the specified object and returns the 0-based index of the first occurrence within the entire LeadCollection.
Public Method insert Inserts an item into the LeadCollection at the specified index.
Public Method insertItem Inserts an item into the LeadCollection at the specified index.
Public Method insertItemRange Inserts an array of items into the LeadCollection at the specified index.
Public Method insertRange Inserts an array of items into the LeadCollection at the specified index.
Public Method move Moves the item at the specified index to a new location in the collection.
Public Method moveItem Moves the item at the specified index to a new location in the collection.
Public Method onCollectionChanged Raises the CollectionChanged event with the provided arguments.
Public Method remove Removes the first occurrence of a specific object from the LeadCollection.
Public Method removeAt Removes the item at the specified index of the LeadCollection.
Public Method removeItem Removes the item at the specified index of the collection.
Public Method removeItemRange Removes the items at the specified index of the collection.
Public Method removeRange Removes the items at the specified index of the collection.
Public Method setItem Replaces the item at the specified index.
Public Method toArray Gets an array of the items in this collection.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly