'Declaration
<EditorAttribute("C1.Win.Design.IconCollectionEditor, C1.Win.5.Design", System.Drawing.Design.UITypeEditor)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class IconSet Inherits System.Collections.ObjectModel.KeyedCollection(Of Size,C1Icon)
[Editor("C1.Win.Design.IconCollectionEditor, C1.Win.5.Design", System.Drawing.Design.UITypeEditor)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class IconSet : System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>