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