EyeshotKeyedCollection<T>.AddRange Method

Adds the items of the specified collection to the end of this collection.
Public Sub AddRange( _ 
ByVal collection As IEnumerable(Of T) _ 
)
This language is not supported or no code example is available.
public 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.

Exception type Condition

EyeshotException

Thrown when an item with the same key already exists in the collection.

.NET Framework

Supported in: 4.8

In this article

Definition