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