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