Enhanced C#
Language of your choice: library documentation
|
Represents a write-only collection: you can modify it, but you cannot learn what it contains. More...
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< in T > | |
void | Add (T item) |