File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
xml/System.Collections.Generic Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 </Base >
2525 <Interfaces />
2626 <Docs >
27- <summary >To be added .</summary >
27+ <summary >Creates instances of the < see cref = " T:System.Collections.Generic.KeyValuePair`2 " /> struct .</summary >
2828 <remarks >To be added.</remarks >
2929 </Docs >
3030 <Members >
6060 <Parameter Name =" value" Type =" TValue" />
6161 </Parameters >
6262 <Docs >
63- <typeparam name =" TKey" >To be added .</typeparam >
64- <typeparam name =" TValue" >To be added .</typeparam >
65- <param name =" key" >To be added .</param >
66- <param name =" value" >To be added .</param >
67- <summary >To be added .</summary >
68- <returns >To be added .</returns >
63+ <typeparam name =" TKey" >The type of the key .</typeparam >
64+ <typeparam name =" TValue" >The type of the value .</typeparam >
65+ <param name =" key" >The key of the new < see cref = " T:System.Collections.Generic.KeyValuePair`2 " /> to be created .</param >
66+ <param name =" value" >The value of the new < see cref = " T:System.Collections.Generic.KeyValuePair`2 " /> to be created .</param >
67+ <summary >Creates a new key/value pair instance using provided values .</summary >
68+ <returns >A key/value pair containing the provided arguments as values .</returns >
6969 <remarks >To be added.</remarks >
7070 </Docs >
7171 </Member >
Original file line number Diff line number Diff line change 361361 <ReturnType >T</ReturnType >
362362 </ReturnValue >
363363 <Docs >
364- <summary >To be added .</summary >
365- <value >To be added .</value >
364+ <summary >Gets a reference to the value held by the node .</summary >
365+ <value >A reference to the value held by the node .</value >
366366 <remarks >To be added.</remarks >
367367 </Docs >
368368 </Member >
You can’t perform that action at this time.
0 commit comments