'Declaration
<ObfuscationAttribute(Exclude=True, ApplyToMembers=True)> <DoNotObfuscateTypeAttribute()> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class Theme Inherits System.Collections.ObjectModel.KeyedCollection(Of String,Style)
[Obfuscation(Exclude=true, ApplyToMembers=true)] [DoNotObfuscateType()] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class Theme : System.Collections.ObjectModel.KeyedCollection<string,Style>