Remove Method

Summary

Removes the first occurrence of a MatchingParameterList from the MatchingParameterCollection.

Syntax
C#
VB
C++
public bool Remove( 
   MatchingParameterList item 
) 
  
Public Function Remove( _ 
   ByVal item As MatchingParameterList _ 
) As Boolean 
public: 
bool Remove(  
   MatchingParameterList^ item 
)  

Parameters

item
The MatchingParameterList to remove from the MatchingParameterCollection.

Return Value

true if MatchingParameterList was successfully removed from the MatchingParameterCollection; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly