Click or drag to resize

ModelCollectionT Methods

The ModelCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds new item to the end of the list.
Public methodAddRange
Adds the elements of the specified collection to the end of the list.
Public methodFind
Finds item by its ID.
Public methodIndexOf
Returns the first occurence of the specified item.
Public methodInsert
Inserts an element at the specified position.
Public methodInsertRange
Inserts the elements of the specified collection at the specified position.
Public methodSortByName
Sorts elements by their names.
Top
See Also