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