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 .