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