Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Medical.DataAccessLayer Namespace > MatchingParameterCollection Class : CopyTo Method |
public virtual void CopyTo( MatchingParameterList[] array, int arrayIndex )
'Declaration Public Overridable Sub CopyTo( _ ByVal array() As MatchingParameterList, _ ByVal arrayIndex As Integer _ )
'Usage Dim instance As MatchingParameterCollection Dim array() As MatchingParameterList Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex)
public: virtual void CopyTo( array<MatchingParameterList^>^ array, int arrayIndex )