From 250b67219a31f86f2dfbb56f45700f6727a99924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 13 Sep 2024 02:54:34 +0900 Subject: [PATCH] Document missing DiagnosticMethodInfo info (#10393) 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 .