'Declaration
<DefaultMemberAttribute("Item")> Public Class FormCollection Inherits System.Collections.Generic.List(Of Form) Implements System.Collections.Generic.ICollection(Of Form), System.Collections.Generic.IEnumerable(Of Form), System.Collections.Generic.IList(Of Form), System.Collections.Generic.IReadOnlyCollection(Of Form), System.Collections.Generic.IReadOnlyList(Of Form), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As FormCollection
[DefaultMember("Item")] public class FormCollection : System.Collections.Generic.List<Form>, System.Collections.Generic.ICollection<Form>, System.Collections.Generic.IEnumerable<Form>, System.Collections.Generic.IList<Form>, System.Collections.Generic.IReadOnlyCollection<Form>, System.Collections.Generic.IReadOnlyList<Form>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
public class FormCollection = class(System.Collections.Generic.List, System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList)
DefaultMemberAttribute("Item") public class FormCollection extends System.Collections.Generic.List implements System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public __gc class FormCollection : public System.Collections.Generic.List<Form>, System.Collections.Generic.ICollection<Form>, System.Collections.Generic.IEnumerable<Form>, System.Collections.Generic.IList<Form>, System.Collections.Generic.IReadOnlyCollection<Form>, System.Collections.Generic.IReadOnlyList<Form>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public ref class FormCollection : public System.Collections.Generic.List<Form>, System.Collections.Generic.ICollection<Form>, System.Collections.Generic.IEnumerable<Form>, System.Collections.Generic.IList<Form>, System.Collections.Generic.IReadOnlyCollection<Form>, System.Collections.Generic.IReadOnlyList<Form>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList