Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Collections.IAddRange< in T > Interface Template Reference

An interface for the AddRange method, part of IListEx{T} and ICollectionEx{T}, for collection types that can add multiple items in one method call. More...


Source file:
Inheritance diagram for Loyc.Collections.IAddRange< in T >:
Loyc.Collections.ICount Loyc.Collections.BDictionary< K, V > Loyc.Collections.BList< T > Loyc.Collections.ICollectionEx< T > Loyc.Collections.IListRangeMethods< in T > Loyc.Collections.Impl.DictionaryWithChangeEvents< K, V, TDictionary > Loyc.Collections.MMap< K, V > Loyc.Collections.BMultiMap< K, V > Loyc.Collections.BDictionary< K, V > Loyc.Collections.BList< T > Loyc.Collections.ICollectionExWithChangeEvents< T > Loyc.Collections.IListEx< T > Loyc.Collections.ListSlice< T > Loyc.Collections.AList< T > Loyc.Collections.DList< T > Loyc.Collections.IListEx< T > Loyc.Collections.Impl.InternalList< T > Loyc.Collections.ReversedList< T > Loyc.Collections.SparseAList< T > Loyc.Collections.DictionaryWithChangeEvents< K, V >

Remarks

An interface for the AddRange method, part of IListEx{T} and ICollectionEx{T}, for collection types that can add multiple items in one method call.

Public Member Functions

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...