Skip to content

Microsoft FactoryOrchestrator Core LockingList T AddRange(System Collections Generic IEnumerable T )

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.LockingList<T>

LockingList<T>.AddRange(System.Collections.Generic.IEnumerable<T>) Method

Adds the elements of the specified collection to the end of the System.Collections.Generic.List`1.

public void AddRange(System.Collections.Generic.IEnumerable<T> collection);

Parameters

collection System.Collections.Generic.IEnumerable<T>
The collection whose elements should be added to the end of the System.Collections.Generic.List`1.
The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.