Enhanced C#
Language of your choice: library documentation
Properties | Public Member Functions | List of all members
Loyc.Collections.ReadOnlyAsCollection< T > Class Template Reference

A read-only wrapper that implements ICollection(T) and ISource(T), returned from LCExt.AsCollection<T> More...


Source file:
Inheritance diagram for Loyc.Collections.ReadOnlyAsCollection< T >:
Loyc.Collections.ICollectionAndReadOnly< T >

Remarks

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 ()