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

Represents a write-only collection: you can modify it, but you cannot learn what it contains. More...


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

Remarks

Represents a write-only collection: you can modify it, but you cannot learn what it contains.

Public Member Functions

void Clear ()
 
bool Remove (T item)
 
- Public Member Functions inherited from Loyc.Collections.IAdd< T >
void Add (T item)