
| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class MatchingParameterCollection Implements ICollection(Of MatchingParameterList), IEnumerable(Of MatchingParameterList), IList(Of MatchingParameterList), IEnumerable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MatchingParameterCollection | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class MatchingParameterCollection : ICollection<MatchingParameterList>, IEnumerable<MatchingParameterList>, IList<MatchingParameterList>, IEnumerable | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] public ref class MatchingParameterCollection : public ICollection<MatchingParameterList>, IEnumerable<MatchingParameterList>, IList<MatchingParameterList>, IEnumerable | |
For an example of using the MatchingParameterCollection, refer to the utilities in "Leadtools.Medical.Winforms" project.
System.Object
Leadtools.Medical.DataAccessLayer.MatchingParameterCollection
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code