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