←Select platform

AddRange Method

Summary

Adds the elements of the specified collection to the end of the ListWithEvents<T>.

Syntax

C#
VB
C++
public void AddRange(  
   IEnumerable<T> collection 
) 
Public Sub AddRange( _ 
   ByVal collection As IEnumerable(Of T) _ 
) 
public: 
void AddRange(  
   IEnumerable<T^>^ collection 
) 

Parameters

collection
The collection whose elements should be added to the end of the ListWithEvents<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize