CopyTo Method

Summary
Copies the elements of the MatchingParameterCollection to an array of MatchingParameterList objects, starting at the specified array index.
Syntax
C#
C++/CLI
public void CopyTo( 
   MatchingParameterList[] array, 
   int arrayIndex 
) 
public: 
void CopyTo(  
   array<MatchingParameterList^>^ array, 
   int arrayIndex 
)  

Parameters

array
The one-dimensional MatchingParameterList array that is the destination of the elements copied from MatchingParameterCollection. The Array must have zero-based indexing.

arrayIndex
The zero-based index in  array at which copying begins

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly

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