|
Enhanced C#
Loyc library documentation
|
Represents a write-only indexable list class. More...
Represents a write-only indexable list class.
The extension method ListExt.AsSink{T}(IList{T}) adapts any IList{T} to this interface.
Additional Inherited Members | |
Properties inherited from Loyc.Collections.IArraySink< in T > | |
| T | this[int index] [set] |
Public Member Functions inherited from Loyc.Collections.ICollectionSink< in T > | |
| void | Clear () |
| bool | Remove (T item) |
Public Member Functions inherited from Loyc.Collections.IAdd< in T > | |
| void | Add (T item) |
1.8.7