Enhanced C#
Language of your choice: library documentation
|
An interface typically implemented alongside IList{T} for collection types that can add or remove multiple items in one method call. More...
An interface typically implemented alongside IList{T} for collection types that can add or remove multiple items in one method call.
Public Member Functions | |
void | InsertRange (int index, IEnumerable< T > e) |
void | InsertRange (int index, IReadOnlyCollection< T > s) |
void | RemoveRange (int index, int amount) |
Public Member Functions inherited from Loyc.Collections.IAddRange< T > | |
void | AddRange (IEnumerable< T > e) |
void | AddRange (IReadOnlyCollection< T > s) |
Additional Inherited Members | |
Properties inherited from Loyc.Collections.ICount | |
int | Count [get] |
Gets the number of items in the collection. More... | |
Properties inherited from Loyc.Collections.IIsEmpty | |
bool | IsEmpty [get] |