EyeshotDisposableCollection<T>.AddRange (IEnumerable<T>) Method

Adds the items of the specified collection to the end of this collection.
Public Overrides Sub AddRange( _ 
ByVal collection As IEnumerable(Of T) _ 
)
This language is not supported or no code example is available.
public override void AddRange( 
IEnumerable<T> collection 
)
This language is not supported or no code example is available.

Parameters

collection
IEnumerable<T>

The collection whose items should be added to the end of this collection

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition