Enhanced C#
Language of your choice: library documentation
|
Combines ICollectionEx<T> with INotifyListChanging<T, ICollection<T>> and INotifyListChanged<T, ICollection<T>>. This exists for completeness; as of 2020/12 there are no implementations. More...
Combines ICollectionEx<T> with INotifyListChanging<T, ICollection<T>> and INotifyListChanged<T, ICollection<T>>. This exists for completeness; as of 2020/12 there are no implementations.
Additional Inherited Members | |
![]() | |
bool | IsEmpty [get] |
![]() | |
void | CopyTo (T[] array, int arrayIndex) |
Copies the elements of the collection to an Array, starting at a particular array index. More... | |
![]() | |
bool | Contains (T item) |
Returns true if and only if the collection contains the specified item. More... | |
![]() | |
void | Clear () |
bool | Remove (T item) |
![]() | |
void | AddRange (IEnumerable< T > e) |
void | AddRange (IReadOnlyCollection< T > s) |