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