Enhanced C#
Language of your choice: library documentation
List of all members
Loyc.Collections.IListSink< in in T > Interface Template Reference

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


Source file:
Inheritance diagram for Loyc.Collections.IListSink< in in T >:
Loyc.Collections.ICollectionSink< T > Loyc.Collections.IArraySink< T >

Remarks

Represents a write-only indexable list class.

Additional Inherited Members

- Properties inherited from Loyc.Collections.IArraySink< T >
this[int index] [set]
 
- Public Member Functions inherited from Loyc.Collections.ICollectionSink< T >
void Clear ()
 
bool Remove (T item)