| 
    Enhanced C#
    
   Language of your choice: library documentation 
   | 
 
A read-only wrapper that implements ICollection(T) and ISource(T), returned from LCExt.AsCollection<T> More...
  
A read-only wrapper that implements ICollection(T) and ISource(T), returned from LCExt.AsCollection<T>
Properties | |
| int | Count [get] | 
| bool | IsReadOnly [get] | 
Public Member Functions | |
| ReadOnlyAsCollection (IReadOnlyCollection< T > obj) | |
| void | Add (T item) | 
| void | Clear () | 
| bool | Contains (T item) | 
| void | CopyTo (T[] array, int arrayIndex) | 
| bool | Remove (T item) | 
| IEnumerator< T > | GetEnumerator () | 
 1.8.17