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