From dff62b608d4d2f6dac2e8b854a67dc087d8efba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 12 Sep 2024 08:28:18 +0200 Subject: [PATCH] Document missing DiagnosticMethodInfo info Contributes to dotnet/runtime#105980 --- xml/System.Diagnostics/DiagnosticMethodInfo.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Diagnostics/DiagnosticMethodInfo.xml b/xml/System.Diagnostics/DiagnosticMethodInfo.xml index 27847e5defc..3a04107421f 100644 --- a/xml/System.Diagnostics/DiagnosticMethodInfo.xml +++ b/xml/System.Diagnostics/DiagnosticMethodInfo.xml @@ -56,9 +56,9 @@ - To be added. + The delegate to examine. Creates a that represents the target of the delegate. - To be added. + An object that represents the method. This returns the definition of the target method, with stripped instantiation information. The return value might be if the `StackTraceSupport` feature switch is set to . @@ -90,9 +90,9 @@ - To be added. + The stack frame to examine. Creates a that represents the method this stack frame is associtated with. - To be added. + An object that represents the stack frame. This returns the definition of the target method, with stripped instantiation information. The return value might be if the `StackTraceSupport` feature switch is set to .