Skip to content

Commit 250b672

Browse files
Document missing DiagnosticMethodInfo info (dotnet#10393)
Contributes to dotnet/runtime#105980
1 parent d37511f commit 250b672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Diagnostics/DiagnosticMethodInfo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<Parameter Name="delegate" Type="System.Delegate" />
5757
</Parameters>
5858
<Docs>
59-
<param name="delegate">To be added.</param>
59+
<param name="delegate">The delegate to examine.</param>
6060
<summary>Creates a <see cref="T:System.Diagnostics.DiagnosticMethodInfo" /> that represents the target of the delegate.</summary>
61-
<returns>To be added.</returns>
61+
<returns>An object that represents the method.</returns>
6262
<remarks>
6363
<para>This returns the definition of the target method, with stripped instantiation information.</para>
6464
<para>The return value might be <see langword="null" /> if the `StackTraceSupport` feature switch is set to <see langword="false" />.</para>
@@ -90,9 +90,9 @@
9090
<Parameter Name="frame" Type="System.Diagnostics.StackFrame" />
9191
</Parameters>
9292
<Docs>
93-
<param name="frame">To be added.</param>
93+
<param name="frame">The stack frame to examine.</param>
9494
<summary>Creates a <see cref="T:System.Diagnostics.DiagnosticMethodInfo" /> that represents the method this stack frame is associtated with.</summary>
95-
<returns>To be added.</returns>
95+
<returns>An object that represents the stack frame.</returns>
9696
<remarks>
9797
<para>This returns the definition of the target method, with stripped instantiation information.</para>
9898
<para>The return value might be <see langword="null" /> if the `StackTraceSupport` feature switch is set to <see langword="false" />.</para>

0 commit comments

Comments
 (0)