Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Collections.ISinkList< T > Interface Template Reference

Represents a write-only indexable list class. More...


Source file:
Inheritance diagram for Loyc.Collections.ISinkList< T >:
Loyc.Collections.ISinkCollection< T > Loyc.Collections.ISinkArray< T > Loyc.Collections.IAdd< in T >

Remarks

Represents a write-only indexable list class.

Additional Inherited Members

- Properties inherited from Loyc.Collections.ISinkArray< T >
this[int index] [set]
 
- Public Member Functions inherited from Loyc.Collections.ISinkCollection< T >
void Clear ()
 
bool Remove (T item)
 
- Public Member Functions inherited from Loyc.Collections.IAdd< in T >
void Add (T item)