'Declaration
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class ComponentExtensionCollection Inherits System.Collections.ObjectModel.Collection(Of ComponentExtension) Implements System.Collections.Generic.ICollection(Of ComponentExtension), System.Collections.Generic.IEnumerable(Of ComponentExtension), System.Collections.Generic.IList(Of ComponentExtension), System.Collections.Generic.IReadOnlyCollection(Of ComponentExtension), System.Collections.Generic.IReadOnlyList(Of ComponentExtension), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As ComponentExtensionCollection
[TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class ComponentExtensionCollection : System.Collections.ObjectModel.Collection<ComponentExtension>, System.Collections.Generic.ICollection<ComponentExtension>, System.Collections.Generic.IEnumerable<ComponentExtension>, System.Collections.Generic.IList<ComponentExtension>, System.Collections.Generic.IReadOnlyCollection<ComponentExtension>, System.Collections.Generic.IReadOnlyList<ComponentExtension>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class ComponentExtensionCollection : public System.Collections.ObjectModel.Collection<ComponentExtension>, System.Collections.Generic.ICollection<ComponentExtension>, System.Collections.Generic.IEnumerable<ComponentExtension>, System.Collections.Generic.IList<ComponentExtension>, System.Collections.Generic.IReadOnlyCollection<ComponentExtension>, System.Collections.Generic.IReadOnlyList<ComponentExtension>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList