JamItemIdListCollection Methods |
The JamItemIdListCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(String) |
Adds an element to the collection.
|
![]() | Add(IJamItemIdList) |
Part of the ICollection interface. Adds an element to the
collection.
|
![]() | AddRange(String) | Adds the items in the passed StringCollection.. |
![]() | AddRange(IEnumerableIJamItemIdList) | Adds a range of items. |
![]() | Clear |
Part of the ICollectionT interface, clears the collection.
|
![]() | Contains |
Determines whether an element is in the collection
|
![]() | CopyTo |
Copies the entire JamItemIdListCollection to a compatible
one-dimensional array, starting at the specified index of the target array.
|
![]() ![]() | GetChildren | Enumerates the children of the passed parent element and returns them in a list. |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetFilePaths |
returns the Filepaths contained in this collection as string array.
|
![]() | GetPathCollection | Creates a PathCollection containing the paths of the elements in this collection. |
![]() | IndexOf |
Searches for the specified object and returns the zero-based index of the
first occurrence within the entire Collections.
|
![]() | IndexOfPath |
Searches item collection for the specified path.
|
![]() | Insert |
Part of the IListT interface. Inserts the passed item at the passed index.
|
![]() | Remove |
Part of the ICollectionT interface. Removes an element from the collection.
|
![]() | RemoveAt |
Part of the IListT interface. Removes the item at the passed index.
|
![]() | Sort | Sorts this collection using the default ItemIdList comparer, i.e. CompareTo(ItemIdList). |
![]() | ToArray | Convert this object into an array representation. |