Name | Description | |
---|---|---|
![]() | Add | Overloaded. Add new item |
![]() | Clear | Clears the list |
![]() | Contains | Overloaded. Optional operation. Does the collection contain the entity instance? |
![]() | CopyTo | Overloaded. Copies the list to the array |
![]() | DeleteAll | |
![]() | DeleteAt | |
![]() | GetElements | Return an IEnumerable over the elements of this collection - the passed collection instance may or may not be a wrapper |
![]() | GetEnumerator | Gets the enumerator |
![]() | GetInvoke | Gets a property value |
![]() | IndexOf | Overloaded. ptional operation. Return the index of the entity in the collection. |
![]() | Insert | Overloaded. inserts the item |
![]() | Instantiate | Overloaded. Instantiate an empty instance of the "underlying" collection (not a wrapper) |
![]() | Invoke | Invokes a method |
![]() | Remove | Overloaded. Removes the item from the list |
![]() | RemoveAt | Removes item at the given index |
![]() | ReplaceElements | Replace the elements of a collection with the elements of another collection |
![]() | Save | |
![]() | SetInvoke | Sets a property value |
![]() | Slice | |
![]() | Sort | Overloaded. |
![]() | Wrap | Wrap an instance of a collection |