←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly