|
1253 | 1253 | <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
|
1254 | 1254 | <value>
|
1255 | 1255 | <see langword="true" /> if access to the collection is synchronized (thread safe); otherwise, <see langword="false" />.</value>
|
1256 |
| - <remarks>To be added.</remarks> |
| 1256 | + <remarks> |
| 1257 | + <format type="text/markdown"><![CDATA[ |
| 1258 | +
|
| 1259 | +## Remarks |
| 1260 | +
|
| 1261 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 1262 | +
|
| 1263 | + ]]></format> |
| 1264 | + </remarks> |
1257 | 1265 | </Docs>
|
1258 | 1266 | </Member>
|
1259 | 1267 | <Member MemberName="System.Collections.ICollection.SyncRoot">
|
|
1292 | 1300 | <Docs>
|
1293 | 1301 | <summary>Gets an object that can be used to synchronize access to the collection.</summary>
|
1294 | 1302 | <value>An object that can be used to synchronize access to the collection.</value>
|
1295 |
| - <remarks>To be added.</remarks> |
| 1303 | + <remarks> |
| 1304 | + <format type="text/markdown"><![CDATA[ |
| 1305 | +
|
| 1306 | +## Remarks |
| 1307 | +
|
| 1308 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 1309 | +
|
| 1310 | + ]]></format> |
| 1311 | + </remarks> |
1296 | 1312 | </Docs>
|
1297 | 1313 | </Member>
|
1298 | 1314 | <Member MemberName="System.Collections.IDictionary.Add">
|
|
1385 | 1401 | <Parameters />
|
1386 | 1402 | <Docs>
|
1387 | 1403 | <summary>Removes all elements from the <see cref="T:System.Collections.IDictionary" />.</summary>
|
1388 |
| - <remarks>To be added.</remarks> |
| 1404 | + <remarks> |
| 1405 | + <format type="text/markdown"><![CDATA[ |
| 1406 | +
|
| 1407 | +## Remarks |
| 1408 | +
|
| 1409 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IDictionary> interface. |
| 1410 | +
|
| 1411 | + ]]></format> |
| 1412 | + </remarks> |
1389 | 1413 | </Docs>
|
1390 | 1414 | </Member>
|
1391 | 1415 | <Member MemberName="System.Collections.IDictionary.Contains">
|
|
1525 | 1549 | <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> has a fixed size.</summary>
|
1526 | 1550 | <value>
|
1527 | 1551 | <see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> has a fixed size; otherwise, <see langword="false" />.</value>
|
1528 |
| - <remarks>To be added.</remarks> |
| 1552 | + <remarks> |
| 1553 | + <format type="text/markdown"><![CDATA[ |
| 1554 | +
|
| 1555 | +## Remarks |
| 1556 | +
|
| 1557 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IDictionary> interface. |
| 1558 | +
|
| 1559 | + ]]></format> |
| 1560 | + </remarks> |
1529 | 1561 | </Docs>
|
1530 | 1562 | </Member>
|
1531 | 1563 | <Member MemberName="System.Collections.IDictionary.IsReadOnly">
|
|
1565 | 1597 | <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> is read-only.</summary>
|
1566 | 1598 | <value>
|
1567 | 1599 | <see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> is read-only; otherwise, <see langword="false" />.</value>
|
1568 |
| - <remarks>To be added.</remarks> |
| 1600 | + <remarks> |
| 1601 | + <format type="text/markdown"><![CDATA[ |
| 1602 | +
|
| 1603 | +## Remarks |
| 1604 | +
|
| 1605 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IDictionary> interface. |
| 1606 | +
|
| 1607 | + ]]></format> |
| 1608 | + </remarks> |
1569 | 1609 | </Docs>
|
1570 | 1610 | </Member>
|
1571 | 1611 | <Member MemberName="System.Collections.IDictionary.Item">
|
|
1647 | 1687 | <Docs>
|
1648 | 1688 | <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the keys of the <see cref="T:System.Collections.IDictionary" />.</summary>
|
1649 | 1689 | <value>An <see cref="T:System.Collections.ICollection" /> containing the keys of the <see cref="T:System.Collections.IDictionary" />.</value>
|
1650 |
| - <remarks>To be added.</remarks> |
| 1690 | + <remarks> |
| 1691 | + <format type="text/markdown"><![CDATA[ |
| 1692 | +
|
| 1693 | +## Remarks |
| 1694 | +
|
| 1695 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IDictionary> interface. |
| 1696 | +
|
| 1697 | + ]]></format> |
| 1698 | + </remarks> |
1651 | 1699 | </Docs>
|
1652 | 1700 | </Member>
|
1653 | 1701 | <Member MemberName="System.Collections.IDictionary.Remove">
|
|
1729 | 1777 | <Docs>
|
1730 | 1778 | <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.IDictionary" />.</summary>
|
1731 | 1779 | <value>An <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.IDictionary" />.</value>
|
1732 |
| - <remarks>To be added.</remarks> |
| 1780 | + <remarks> |
| 1781 | + <format type="text/markdown"><![CDATA[ |
| 1782 | +
|
| 1783 | +## Remarks |
| 1784 | +
|
| 1785 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IDictionary> interface. |
| 1786 | +
|
| 1787 | + ]]></format> |
| 1788 | + </remarks> |
1733 | 1789 | </Docs>
|
1734 | 1790 | </Member>
|
1735 | 1791 | <Member MemberName="System.Collections.IEnumerable.GetEnumerator">
|
|
1775 | 1831 | <Docs>
|
1776 | 1832 | <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.IDictionary" />.</summary>
|
1777 | 1833 | <returns>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.IDictionary" />.</returns>
|
1778 |
| - <remarks>To be added.</remarks> |
| 1834 | + <remarks> |
| 1835 | + <format type="text/markdown"><![CDATA[ |
| 1836 | +
|
| 1837 | +## Remarks |
| 1838 | +
|
| 1839 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IEnumerable> interface. |
| 1840 | +
|
| 1841 | + ]]></format> |
| 1842 | + </remarks> |
1779 | 1843 | </Docs>
|
1780 | 1844 | </Member>
|
1781 | 1845 | <Member MemberName="System.Collections.IList.Add">
|
|
1864 | 1928 | <Parameters />
|
1865 | 1929 | <Docs>
|
1866 | 1930 | <summary>Removes all items from the collection.</summary>
|
1867 |
| - <remarks>To be added.</remarks> |
| 1931 | + <remarks> |
| 1932 | + <format type="text/markdown"><![CDATA[ |
| 1933 | +
|
| 1934 | +## Remarks |
| 1935 | +
|
| 1936 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IList> interface. |
| 1937 | +
|
| 1938 | + ]]></format> |
| 1939 | + </remarks> |
1868 | 1940 | <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
|
1869 | 1941 | </Docs>
|
1870 | 1942 | </Member>
|
|
2040 | 2112 | <summary>Gets a value indicating whether the collection has a fixed size.</summary>
|
2041 | 2113 | <value>
|
2042 | 2114 | <see langword="true" /> if the collection has a fixed size; otherwise, <see langword="false" />.</value>
|
2043 |
| - <remarks>To be added.</remarks> |
| 2115 | + <remarks> |
| 2116 | + <format type="text/markdown"><![CDATA[ |
| 2117 | +
|
| 2118 | +## Remarks |
| 2119 | +
|
| 2120 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IList> interface. |
| 2121 | +
|
| 2122 | + ]]></format> |
| 2123 | + </remarks> |
2044 | 2124 | </Docs>
|
2045 | 2125 | </Member>
|
2046 | 2126 | <Member MemberName="System.Collections.IList.IsReadOnly">
|
|
2080 | 2160 | <summary>Gets a value indicating whether the collection is read-only.</summary>
|
2081 | 2161 | <value>
|
2082 | 2162 | <see langword="true" /> if the collection is read-only; otherwise, <see langword="false" />.</value>
|
2083 |
| - <remarks>To be added.</remarks> |
| 2163 | + <remarks> |
| 2164 | + <format type="text/markdown"><![CDATA[ |
| 2165 | +
|
| 2166 | +## Remarks |
| 2167 | +
|
| 2168 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.ComponentModel.PropertyDescriptorCollection> instance is cast to an <xref:System.Collections.IList> interface. |
| 2169 | +
|
| 2170 | + ]]></format> |
| 2171 | + </remarks> |
2084 | 2172 | </Docs>
|
2085 | 2173 | </Member>
|
2086 | 2174 | <Member MemberName="System.Collections.IList.Item">
|
|
0 commit comments