'Declaration
<DefaultMemberAttribute("Item")> Public Class FieldCollection Inherits System.Collections.Generic.List(Of Field) Implements System.Collections.Generic.ICollection(Of Field), System.Collections.Generic.IEnumerable(Of Field), System.Collections.Generic.IList(Of Field), System.Collections.Generic.IReadOnlyCollection(Of Field), System.Collections.Generic.IReadOnlyList(Of Field), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As FieldCollection
[DefaultMember("Item")] public class FieldCollection : System.Collections.Generic.List<Field>, System.Collections.Generic.ICollection<Field>, System.Collections.Generic.IEnumerable<Field>, System.Collections.Generic.IList<Field>, System.Collections.Generic.IReadOnlyCollection<Field>, System.Collections.Generic.IReadOnlyList<Field>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
public class FieldCollection = 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 FieldCollection 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 FieldCollection : public System.Collections.Generic.List<Field>, System.Collections.Generic.ICollection<Field>, System.Collections.Generic.IEnumerable<Field>, System.Collections.Generic.IList<Field>, System.Collections.Generic.IReadOnlyCollection<Field>, System.Collections.Generic.IReadOnlyList<Field>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public ref class FieldCollection : public System.Collections.Generic.List<Field>, System.Collections.Generic.ICollection<Field>, System.Collections.Generic.IEnumerable<Field>, System.Collections.Generic.IList<Field>, System.Collections.Generic.IReadOnlyCollection<Field>, System.Collections.Generic.IReadOnlyList<Field>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList