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