'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> Public NotInheritable Class ReadOnlyDictionaryWrapper (Of TKey,TValue) Inherits System.Collections.Generic.Dictionary(Of TKey,TValue) Implements IReadOnlyDictionary(Of TKey,TValue)
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public sealed class ReadOnlyDictionaryWrapper<TKey,TValue> : System.Collections.Generic.Dictionary<TKey,TValue>, IReadOnlyDictionary<TKey,TValue>