Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
AddRange<(Of <(TListElement>)>) Method (list, collection)
NamespacesGenesyslab.Desktop.InfrastructureExtensionsAddRange<(Of <(TListElement>)>)(IList<(Of <(TListElement>)>), IEnumerable<(Of <(TListElement>)>))
Adds a range of elements to a list of element.
Declaration Syntax
C#Visual BasicVisual C++
public static void AddRange<TListElement>(
	this IList<TListElement> list,
	IEnumerable<TListElement> collection
)
<ExtensionAttribute> _
Public Shared Sub AddRange(Of TListElement) ( _
	list As IList(Of TListElement), _
	collection As IEnumerable(Of TListElement) _
)
[ExtensionAttribute]
public:
generic<typename TListElement>
static void AddRange(
	IList<TListElement>^ list, 
	IEnumerable<TListElement>^ collection
)
Generic Template Parameters
TListElement
The type of the list element.
Parameters
list (IList<(Of <(TListElement>)>))
The list.
collection (IEnumerable<(Of <(TListElement>)>))
The collection.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)