←Select platform

AddRange Method

Summary

Adds the elements of the specified collection to the end of the MatchingParameterList object.

Syntax

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

Parameters

items
The collection whose elements should be added to the end of the MatchingParameterList.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly