Name | Description | |
---|---|---|
AddRange<T> | Adds a range of items to the list. | |
DeleteAll<T> | Delete all objects of this collection. | |
DeleteAt<T> | Delete the object at given index | |
Find<T> | Find an object in this collection using the given predicate | |
FindAll<T> | Find all objects in this collection that match the given predicate | |
IndexOf | Overloaded. Gets the index of the object in this collection whose primary key matches the given value. | |
Save<T> | Save all objects of this collection to persistent storage. | |
Slice<T> | Slices out a portion of a list. | |
Sort | Overloaded. Sorts an IList in place. | |
ToArray<T> | Converts the IList values to a typed array |