MatchingParameterCollection Class

Summary
Represents a collection of MatchingParameterList that can be individually accessed by index.
Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class MatchingParameterCollection : IList<MatchingParameterList>, ICollection<MatchingParameterList>, IEnumerable<MatchingParameterList>, IEnumerable 
  
<DefaultMemberAttribute("Item")> 
Public Class MatchingParameterCollection  
   Implements System.Collections.Generic.ICollection(Of MatchingParameterList), System.Collections.Generic.IEnumerable(Of MatchingParameterList), System.Collections.Generic.IList(Of MatchingParameterList), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
public ref class MatchingParameterCollection : public System.Collections.Generic.ICollection<MatchingParameterList>, System.Collections.Generic.IEnumerable<MatchingParameterList>, System.Collections.Generic.IList<MatchingParameterList>, System.Collections.IEnumerable   
Example

For an example of using the MatchingParameterCollection, refer to the utilities in "Leadtools.Medical.Winforms" project.

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.