【发布时间】:2011-07-15 02:05:27
【问题描述】:
顾名思义,我不知道如何引用字典索引器。这里有什么帮助吗? :)
仅供参考,我试过了:
<see cref="Item"/>
<see cref="Item(Int32)"/> //Highly doubted this would work.
<see cref="Item(TKey)"/>
<see cref="Item[TKey]"/>
【问题讨论】:
标签: c# dictionary xml-comments indexer