WeakReferenceListTAddRange Method  | 
 
            Adds the elements of the given collection to the end of this list.
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override void AddRange(
	IEnumerable<T> collection
)
Public Overrides Sub AddRange ( 
	collection As IEnumerable(Of T)
)
public:
virtual void AddRange(
	IEnumerable<T>^ collection
) override
abstract AddRange : 
        collection : IEnumerable<'T> -> unit 
override AddRange : 
        collection : IEnumerable<'T> -> unit Parameters
- collection
 - Type: System.Collections.GenericIEnumerableT
to be added 
See Also