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