Insert Method

Summary
Inserts an item to the MatchingParameterCollection at the specified index.
Syntax
C#
VB
C++
public void Insert( 
   int index, 
   MatchingParameterList item 
) 
  
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As MatchingParameterList _ 
)  
public: 
void Insert(  
   int index, 
   MatchingParameterList^ item 
)  

Parameters

index
The zero-based index at which item should be inserted.

item
The MatchingParameterList object to insert into the MatchingParameterCollection.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.