Skip to content

Commit 6413d1d

Browse files
mairawgewarren
andauthored
added missing param (#3802)
* added missing param * Update type argument descriptions Co-authored-by: Genevieve Warren <[email protected]>
1 parent 52429b4 commit 6413d1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/Microsoft.VisualC.StlClr/BinaryDelegate`3.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<ReturnType>TResult</ReturnType>
3737
</ReturnValue>
3838
<Docs>
39-
<typeparam name="TArg1">The first delegate argument.</typeparam>
40-
<typeparam name="TArg2">The second delegate argument.</typeparam>
39+
<typeparam name="TArg1">The type of the first delegate argument.</typeparam>
40+
<typeparam name="TArg2">The type of the second delegate argument.</typeparam>
4141
<typeparam name="TResult">The return type of the delegate.</typeparam>
4242
<param name="A_0">The first argument.</param>
4343
<param name="">The first argument.</param>
44-
<param name="">To be added.</param>
44+
<param name="">The second argument.</param>
4545
<param name="A_1">The second argument.</param>
4646
<summary>Describes a two-argument delegate. You use it to specify the arguments and return type of the delegate.</summary>
4747
<returns>The return type of the delegate.</returns>

0 commit comments

Comments
 (0)