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