Leadtools.Medical.DataAccessLayer Namespace > MatchingParameterList Class : CopyTo Method |
public virtual void CopyTo( ICatalogEntity[] array, int arrayIndex )
'Declaration Public Overridable Sub CopyTo( _ ByVal array() As ICatalogEntity, _ ByVal arrayIndex As Integer _ )
'Usage Dim instance As MatchingParameterList Dim array() As ICatalogEntity Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex)
public: virtual void CopyTo( array<ICatalogEntity^>^ array, int arrayIndex )