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