悬赏园豆:30
[已关闭问题]
<DIV class=cnblogs_code><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><SPAN style="COLOR: #008080"> 1</SPAN> <SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> 摘要:<BR></SPAN><SPAN style="COLOR: #008080"> 2</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> Represents a generic collection of key/value pairs.<BR></SPAN><SPAN style="COLOR: #008080"> 3</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"><BR></SPAN><SPAN style="COLOR: #008080"> 4</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> 类型参数:<BR></SPAN><SPAN style="COLOR: #008080"> 5</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> TKey:<BR></SPAN><SPAN style="COLOR: #008080"> 6</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> The type of keys in the dictionary.<BR></SPAN><SPAN style="COLOR: #008080"> 7</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"><BR></SPAN><SPAN style="COLOR: #008080"> 8</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> TValue:<BR></SPAN><SPAN style="COLOR: #008080"> 9</SPAN> <SPAN style="COLOR: #008000"> </SPAN><SPAN style="COLOR: #008000">//</SPAN><SPAN style="COLOR: #008000"> The type of values in the dictionary.</SPAN><SPAN style="COLOR: #008000"><BR></SPAN><SPAN style="COLOR: #008080">10</SPAN> <SPAN style="COLOR: #008000"></SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #0000ff">public</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #0000ff">interface</SPAN><SPAN style="COLOR: #000000"> IDictionary</SPAN><SPAN style="COLOR: #000000"><</SPAN><SPAN style="COLOR: #000000">TKey, TValue</SPAN><SPAN style="COLOR: #000000">></SPAN><SPAN style="COLOR: #000000"> : ICollection</SPAN><SPAN style="COLOR: #000000"><</SPAN><SPAN style="COLOR: #000000">KeyValuePair</SPAN><SPAN style="COLOR: #000000"><</SPAN><SPAN style="COLOR: #000000">TKey, TValue</SPAN><SPAN style="COLOR: #000000">>></SPAN><SPAN style="COLOR: #000000">, IEnumerable</SPAN><SPAN style="COLOR: #000000"><</SPAN><SPAN style="COLOR: #000000">KeyValuePair</SPAN><SPAN style="COLOR: #000000"><</SPAN><SPAN style="COLOR: #000000">TKey, TValue</SPAN><SPAN style="COLOR: #000000">>></SPAN><SPAN style="COLOR: #000000">, IEnumerable<BR></SPAN><SPAN style="COLOR: #008080">11</SPAN> <SPAN style="COLOR: #000000"> {<BR></SPAN><SPAN style="COLOR: #008080">12</SPAN> <SPAN style="COLOR: #000000">}</SPAN></DIV>
问题补充:
没装错版本...
C:\Windows\Microsoft.NET\Framework\v2.0.50727\zh-CN 下的XML文件内容全部变为英文了
就我一个人遇到这问题吗?