KeyValuePair Collection Hints
本文档由 夜晚回家 分享于2011-04-19 07:30
You need to store two values together in a single collection with the C# programming language. The KeyValuePair struct in System.Collections.Generic is ideal for this purpose, as it is simple and always available. Here we see ways you can use the KeyValueCollection struct in Lists, in methods, and in some algorithms.
下载文档
收藏
打印
分享:
君,已阅读到文档的结尾了呢~~