'宣言
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")> <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <System.Reflection.DefaultMemberAttribute("Item")> Public Class WordDictionary Inherits System.Collections.Generic.Dictionary(Of String,String)
[System.Diagnostics.DebuggerDisplay("Count = {Count}")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [System.Reflection.DefaultMember("Item")] public class WordDictionary : System.Collections.Generic.Dictionary<string,string>