| Enhanced C#
    Language of your choice: library documentation | 
Helps you implement read-only collections by providing default implementations for most methods of ICollection<T> and IReadOnlyCollection<T>. More...
 
  
Helps you implement read-only collections by providing default implementations for most methods of ICollection<T> and IReadOnlyCollection<T>.
You only need to implement two methods yourself:
| Properties | |
| abstract int | Count  [get] | 
| Public Member Functions | |
| abstract IEnumerator< T > | GetEnumerator () | 
| bool | Contains (T item) | 
 1.8.17
 1.8.17