Add | Adds the item to the collection at the specified position. |
Clone | Creates a copy of the object. |
CloneFrom | Copies the content to this object from another object. |
EqualTo | Checks for equality to the specified object. |
IndexOf | Returns the index of the specified property value in the collection, or -1 if the specified property value does not exist in the collection. |
IndexOfByAlias | Returns the index of the specified property value in the collection, or -1 if the specified property value does not exist in the collection. Uses an alias to identify the property. |
Remove | Removes the item at the specified position. |
SearchForProperty | Searches the collection for a specified property value. |
SearchForPropertyByAlias | Searches the collection for a specified property value. Uses an alias to identify the property. |
SearchForPropertyEx | Searches the collection for a specified property value. |