←Select platform

MasterFormsCategoryCollection Class

Summary

Represents a generic collection of objects.

Syntax

C#
VB
C++
[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  
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly