The MasterFormsCategoryCollection Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Represents a generic collection of objects.Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class MasterFormsCategoryCollection Implements ICollection(Of IMasterFormsCategory), IEnumerable(Of IMasterFormsCategory), IList(Of IMasterFormsCategory), IEnumerable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MasterFormsCategoryCollection |
C# | |
---|---|
[DefaultMemberAttribute("Item")] public class MasterFormsCategoryCollection : ICollection<IMasterFormsCategory>, IEnumerable<IMasterFormsCategory>, IList<IMasterFormsCategory>, IEnumerable |
C++/CLI | |
---|---|
[DefaultMemberAttribute("Item")] public ref class MasterFormsCategoryCollection : public ICollection<IMasterFormsCategory>, IEnumerable<IMasterFormsCategory>, IList<IMasterFormsCategory>, IEnumerable |
The MasterFormsCategoryCollection class provides a generic collection class that implements the .NET IList, ICollection and IEnumerable interfaces.
System.Object
Leadtools.Forms.Auto.MasterFormsCategoryCollection
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7