←Select platform

MasterFormCollection Class

Summary

Represents a generic collection of objects.

Syntax

C#
VB
C++
Java
[DefaultMemberAttribute("Item")] 
public class MasterFormCollection : ICollection<IMasterForm>, IEnumerable<IMasterForm>, IEnumerable, IList<IMasterForm> 
  
<DefaultMemberAttribute("Item")> 
Public Class MasterFormCollection  
   Implements System.Collections.Generic.ICollection(Of IMasterForm), System.Collections.Generic.IEnumerable(Of IMasterForm), System.Collections.Generic.IList(Of IMasterForm), System.Collections.IEnumerable  
public class MasterFormCollection 
    implements java.util.List<IMasterForm>, 
    java.util.Collection<IMasterForm> 
[DefaultMemberAttribute("Item")] 
public ref class MasterFormCollection : public System.Collections.Generic.ICollection<IMasterForm>, System.Collections.Generic.IEnumerable<IMasterForm>, System.Collections.Generic.IList<IMasterForm>, System.Collections.IEnumerable   

Remarks

The MasterFormCollection 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