Leadtools.Forms.Auto Namespace : MasterFormsCategoryCollection Class |
[DefaultMemberAttribute("Item")] public class MasterFormsCategoryCollection : System.Collections.Generic.ICollection<IMasterFormsCategory>, System.Collections.Generic.IEnumerable<IMasterFormsCategory>, System.Collections.Generic.IList<IMasterFormsCategory>, System.Collections.IEnumerable
'Declaration <DefaultMemberAttribute("Item")> Public Class MasterFormsCategoryCollection Implements System.Collections.Generic.ICollection(Of IMasterFormsCategory), System.Collections.Generic.IEnumerable(Of IMasterFormsCategory), System.Collections.Generic.IList(Of IMasterFormsCategory), System.Collections.IEnumerable
'Usage Dim instance As MasterFormsCategoryCollection
[DefaultMemberAttribute("Item")] public ref class MasterFormsCategoryCollection : public System.Collections.Generic.ICollection<IMasterFormsCategory>, System.Collections.Generic.IEnumerable<IMasterFormsCategory>, System.Collections.Generic.IList<IMasterFormsCategory>, System.Collections.IEnumerable
The MasterFormsCategoryCollection class provides a generic collection class that implements the .NET IList, ICollection and IEnumerable interfaces.