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