The MasterFormCollection 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 MasterFormCollection Implements ICollection(Of IMasterForm), IEnumerable(Of IMasterForm), IList(Of IMasterForm), IEnumerable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MasterFormCollection | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class MasterFormCollection : ICollection<IMasterForm>, IEnumerable<IMasterForm>, IList<IMasterForm>, IEnumerable | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] public ref class MasterFormCollection : public ICollection<IMasterForm>, IEnumerable<IMasterForm>, IList<IMasterForm>, IEnumerable | |
The MasterFormCollection class provides a generic collection class that implements the .NET IList, ICollection and IEnumerable interfaces.
System.Object
Leadtools.Forms.Auto.MasterFormCollection
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