←Select platform

MasterFormsCategoryCollection Class

Summary

Represents a generic collection of objects.

Syntax

C#
VB
C++
Java
[DefaultMemberAttribute("Item")] 
public class MasterFormsCategoryCollection : ICollection<IMasterFormsCategory>, IEnumerable<IMasterFormsCategory>, IEnumerable, IList<IMasterFormsCategory> 
  
<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  
public class MasterFormsCategoryCollection 
    implements java.util.List<IMasterFormsCategory> 
[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   

Remarks

The MasterFormsCategoryCollection class provides a generic collection class that implements the .NET IList, ICollection and IEnumerable interfaces.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly