You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/Delegate+InvocationListEnumerator`1.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,8 @@
85
85
</ReturnValue>
86
86
<Parameters />
87
87
<Docs>
88
-
<summary>Implements IEnumerable.GetEnumerator() to return 'this' as the IEnumerator.</summary>
89
-
<returns>To be added.</returns>
88
+
<summary>Implements IEnumerable.GetEnumerator() to return 'this' as the IEnumerator.</summary>
89
+
<returns>An IEnumerator instance that can be used to iterate through the invocation targets of the delegate.</returns>
90
90
<remarks>To be added.</remarks>
91
91
</Docs>
92
92
</Member>
@@ -108,7 +108,7 @@
108
108
<Parameters />
109
109
<Docs>
110
110
<summary>Implements the IEnumerator pattern.</summary>
111
-
<returns>To be added.</returns>
111
+
<returns><seelangword="true" /> if the enumerator was successfully advanced to the next element; otherwise, <seelangword="false" /> if the enumerator has passed the end of the collection. </returns>
Copy file name to clipboardExpand all lines: xml/System/Delegate.xml
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1878,13 +1878,11 @@ The number, order, or type of parameters listed in <paramref name="args" /> is i
1878
1878
</Parameter>
1879
1879
</Parameters>
1880
1880
<Docs>
1881
-
<typeparamname="TDelegate">To be added.</typeparam>
1882
-
<paramname="d">To be added.</param>
1881
+
<typeparamname="TDelegate">Delegate type being enumerated.</typeparam>
1882
+
<paramname="d">The delegate being enumerated.</param>
1883
1883
<summary>Gets an enumerator for the invocation targets of this delegate.</summary>
1884
-
<returns>To be added.</returns>
1885
-
<remarks>This method returns a <seecref="T:System.Delegate.InvocationListEnumerator`1" /> that follows the IEnumerable pattern and thus can be used in a C# 'foreach' statement to retrieve the invocation targets of this delegate without allocations.
1886
-
The order of the delegates returned by the enumerator is the same order in which the current delegate invokes the methods that those delegates represent.
1887
-
The method returns an empty enumerator for <seelangword="null" /> delegate.</remarks>
1884
+
<returns>A <seecref="T:System.Delegate.InvocationListEnumerator`1" /> that follows the IEnumerable pattern and thus can be used in a C# 'foreach' statement to retrieve the invocation targets of this delegate without allocations. The method returns an empty enumerator for <seelangword="null" /> delegate.</returns>
1885
+
<remarks>The order of the delegates returned by the enumerator is the same order in which the current delegate invokes the methods that those delegates represent.</remarks>
Copy file name to clipboardExpand all lines: xml/System/MemoryExtensions.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4368,11 +4368,11 @@ If `source` and `destination` overlap, this method behaves as if the original va
4368
4368
</Parameter>
4369
4369
</Parameters>
4370
4370
<Docs>
4371
-
<typeparam name="T">To be added.</typeparam>
4371
+
<typeparam name="T">The type of elements in the span.</typeparam>
4372
4372
<param name="span">The span to search.</param>
4373
4373
<param name="value">The value to compare.</param>
4374
4374
<summary>Determines whether the specified value appears at the end of the span.</summary>
4375
-
<returns>To be added.</returns>
4375
+
<returns><see langword="true" /> if <paramref name="value" /> matches the end of <paramref name="span" />; otherwise, <see langword="false" />.</returns>
4376
4376
<remarks>To be added.</remarks>
4377
4377
</Docs>
4378
4378
</Member>
@@ -4964,7 +4964,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
4964
4964
<param name="span">The span to search.</param>
4965
4965
<param name="values">The set of values to search for.</param>
4966
4966
<summary>Searches for the first index of any of the specified substring values.</summary>
4967
-
<returns>To be added.</returns>
4967
+
<returns>The first index of any of the specified values, or -1 if none are found.</</returns>
4968
4968
<remarks>To be added.</remarks>
4969
4969
</Docs>
4970
4970
</Member>
@@ -5001,7 +5001,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
5001
5001
<param name="span">The span to search.</param>
5002
5002
<param name="values">The set of values to search for.</param>
5003
5003
<summary>Searches for the first index of any of the specified substring values.</summary>
5004
-
<returns>To be added.</returns>
5004
+
<returns>The first index of any of the specified values, or -1 if none are found.</returns>
5005
5005
<remarks>To be added.</remarks>
5006
5006
</Docs>
5007
5007
</Member>
@@ -9787,11 +9787,11 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
9787
9787
</Parameter>
9788
9788
</Parameters>
9789
9789
<Docs>
9790
-
<typeparam name="T">To be added.</typeparam>
9790
+
<typeparam name="T">The type of elements in the span.</typeparam>
9791
9791
<param name="span">The span to search.</param>
9792
9792
<param name="value">The value to compare.</param>
9793
9793
<summary>Determines whether the specified value appears at the start of the span.</summary>
9794
-
<returns>To be added.</returns>
9794
+
<returns><see langword="true" /> if <paramref name="value" /> matches the beginning of <paramref name="span" />; otherwise, <see langword="false" />.</returns>
<param name="genericParameterCount">To be added.</param>
6140
-
<param name="bindingAttr">To be added.</param>
6141
-
<param name="types">To be added.</param>
6142
-
<summary>To be added.</summary>
6143
-
<returns>To be added.</returns>
6138
+
<param name="name">The string containing the name of the method to get.</param>
6139
+
<param name="genericParameterCount">The number of generic type parameters of the method.</param>
6140
+
<param name="bindingAttr">A bitwise combination of the enumeration values that specify how the search is conducted.
6141
+
6142
+
-or-
6143
+
6144
+
<see cref="F:System.Reflection.BindingFlags.Default" /> to return <see langword="null" />.</param>
6145
+
<param name="types">An array of <see cref="T:System.Type" /> objects representing the number, order, and type of the parameters for the method to get.
6146
+
6147
+
-or-
6148
+
6149
+
An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
6150
+
<summary>Searches for the specified method whose parameters match the specified generic parameter count, argument types, using the specified binding constraints.</summary>
6151
+
<returns>An object representing the method that matches the specified generic parameter count, argument types and binding constraints, if found; otherwise, <see langword="null" />.</returns>
0 commit comments