Click or drag to resize

JamItemIdListCollection Methods

The JamItemIdListCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds an element to the collection.
Public methodAdd(IJamItemIdList)
Part of the ICollection interface. Adds an element to the collection.
Public methodAddRange(String)
Adds the items in the passed StringCollection..
Public methodAddRange(IEnumerableIJamItemIdList)
Adds a range of items.
Public methodClear
Public methodContains
Determines whether an element is in the collection
Public methodCopyTo
Copies the entire JamItemIdListCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodStatic memberGetChildren
Enumerates the children of the passed parent element and returns them in a list.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetFilePaths
returns the Filepaths contained in this collection as string array.
Public methodGetPathCollection
Creates a PathCollection containing the paths of the elements in this collection.
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collections.
Public methodIndexOfPath
Searches item collection for the specified path.
Public methodInsert
Public methodRemove
Public methodRemoveAt
Public methodSort
Sorts this collection using the default ItemIdList comparer, i.e. CompareTo(ItemIdList).
Public methodToArray
Convert this object into an array representation.
Top
See Also