'Declaration
Public Class RateCollection Inherits System.Collections.Generic.List(Of RateItem) Implements System.Collections.Generic.ICollection(Of RateItem), System.Collections.Generic.IEnumerable(Of RateItem), System.Collections.Generic.IList(Of RateItem), System.Collections.Generic.IReadOnlyCollection(Of RateItem), System.Collections.Generic.IReadOnlyList(Of RateItem), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As RateCollection
public class RateCollection : System.Collections.Generic.List<RateItem>, System.Collections.Generic.ICollection<RateItem>, System.Collections.Generic.IEnumerable<RateItem>, System.Collections.Generic.IList<RateItem>, System.Collections.Generic.IReadOnlyCollection<RateItem>, System.Collections.Generic.IReadOnlyList<RateItem>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
public class RateCollection = 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)
public class RateCollection 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
public __gc class RateCollection : public System.Collections.Generic.List<RateItem>, System.Collections.Generic.ICollection<RateItem>, System.Collections.Generic.IEnumerable<RateItem>, System.Collections.Generic.IList<RateItem>, System.Collections.Generic.IReadOnlyCollection<RateItem>, System.Collections.Generic.IReadOnlyList<RateItem>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
public ref class RateCollection : public System.Collections.Generic.List<RateItem>, System.Collections.Generic.ICollection<RateItem>, System.Collections.Generic.IEnumerable<RateItem>, System.Collections.Generic.IList<RateItem>, System.Collections.Generic.IReadOnlyCollection<RateItem>, System.Collections.Generic.IReadOnlyList<RateItem>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList