EntityList.AddRange<T> (IEnumerable<T>, Color) Method

Adds the entities of the specified collection to the end of this collection using the specified layer.
Public Sub AddRange(Of  _ 
T As Entity)( _ 
ByVal collection As IEnumerable(Of T), _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public void AddRange<T>( 
IEnumerable<T> collection
Color color 

where T : Entity
This language is not supported or no code example is available.

Type Parameters

T

Parameters

collection
IEnumerable<T>

The collection whose entities should be added to the end of this collection.

color
Color

The color assigned to the entities of the collection

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition