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