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