|
1 |
| -<Type Name="ProcessThreadCollection" FullName="System.Diagnostics.ProcessThreadCollection"> |
| 1 | +<Type Name="ProcessThreadCollection" FullName="System.Diagnostics.ProcessThreadCollection"> |
2 | 2 | <TypeSignature Language="C#" Value="public class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase" FrameworkAlternate="net-5.0;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ProcessThreadCollection extends System.Collections.ReadOnlyCollectionBase" FrameworkAlternate="net-5.0;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Diagnostics.ProcessThreadCollection" />
|
|
34 | 34 | <BaseTypeName>System.Collections.ReadOnlyCollectionBase</BaseTypeName>
|
35 | 35 | <BaseTypeName FrameworkAlternate="netcore-1.0;netcore-1.1">System.Object</BaseTypeName>
|
36 | 36 | </Base>
|
37 |
| - <Interfaces> |
38 |
| - </Interfaces> |
| 37 | + <Interfaces /> |
39 | 38 | <Docs>
|
40 | 39 | <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.ProcessThread" /> objects.</summary>
|
41 | 40 | <remarks>To be added.</remarks>
|
|
647 | 646 | <ReturnType>System.Int32</ReturnType>
|
648 | 647 | </ReturnValue>
|
649 | 648 | <Docs>
|
650 |
| - <summary>To be added.</summary> |
651 |
| - <value>To be added.</value> |
| 649 | + <summary>Gets the number of elements contained in the collection.</summary> |
| 650 | + <value>The number of elements contained in the collection.</value> |
652 | 651 | <remarks>To be added.</remarks>
|
653 | 652 | </Docs>
|
654 | 653 | </Member>
|
|
1085 | 1084 | </ReturnValue>
|
1086 | 1085 | <Parameters />
|
1087 | 1086 | <Docs>
|
1088 |
| - <summary>To be added.</summary> |
1089 |
| - <returns>To be added.</returns> |
| 1087 | + <summary>Returns an enumerator that iterates through a collection.</summary> |
| 1088 | + <returns>An enumerator object that can be used to iterate through the collection.</returns> |
1090 | 1089 | <remarks>To be added.</remarks>
|
1091 | 1090 | </Docs>
|
1092 | 1091 | </Member>
|
|
1868 | 1867 | <Parameter Name="index" Type="System.Int32" Index="1" FrameworkAlternate="netcore-1.0;netcore-1.1" />
|
1869 | 1868 | </Parameters>
|
1870 | 1869 | <Docs>
|
1871 |
| - <param name="array">To be added.</param> |
1872 |
| - <param name="index">To be added.</param> |
1873 |
| - <summary>To be added.</summary> |
| 1870 | + <param name="array">The one-dimensional array that is the destination of the elements copied from collection. The array must have zero-based indexing.</param> |
| 1871 | + <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
| 1872 | + <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary> |
1874 | 1873 | <remarks>To be added.</remarks>
|
1875 | 1874 | </Docs>
|
1876 | 1875 | </Member>
|
|
1899 | 1898 | <ReturnType>System.Boolean</ReturnType>
|
1900 | 1899 | </ReturnValue>
|
1901 | 1900 | <Docs>
|
1902 |
| - <summary>To be added.</summary> |
1903 |
| - <value>To be added.</value> |
1904 |
| - <remarks>To be added.</remarks> |
| 1901 | + <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary> |
| 1902 | + <value> |
| 1903 | + <see langword="true" /> if access to the collection is synchronized (thread safe); otherwise, <see langword="false" />.</value> |
| 1904 | + <remarks> |
| 1905 | + <format type="text/markdown"><![CDATA[ |
| 1906 | +
|
| 1907 | +## Remarks |
| 1908 | +
|
| 1909 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Diagnostics.ProcessThreadCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 1910 | +
|
| 1911 | + ]]></format> |
| 1912 | + </remarks> |
1905 | 1913 | </Docs>
|
1906 | 1914 | </Member>
|
1907 | 1915 | <Member MemberName="System.Collections.ICollection.SyncRoot">
|
|
1929 | 1937 | <ReturnType>System.Object</ReturnType>
|
1930 | 1938 | </ReturnValue>
|
1931 | 1939 | <Docs>
|
1932 |
| - <summary>To be added.</summary> |
1933 |
| - <value>To be added.</value> |
1934 |
| - <remarks>To be added.</remarks> |
| 1940 | + <summary>Gets an object that can be used to synchronize access to the collection.</summary> |
| 1941 | + <value>An object that can be used to synchronize access to the collection.</value> |
| 1942 | + <remarks> |
| 1943 | + <format type="text/markdown"><![CDATA[ |
| 1944 | +
|
| 1945 | +## Remarks |
| 1946 | +
|
| 1947 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Diagnostics.ProcessThreadCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 1948 | +
|
| 1949 | + ]]></format> |
| 1950 | + </remarks> |
1935 | 1951 | </Docs>
|
1936 | 1952 | </Member>
|
1937 | 1953 | <Member MemberName="ToArray">
|
|
0 commit comments