File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
<Parameter Name =" delegate" Type =" System.Delegate" />
57
57
</Parameters >
58
58
<Docs >
59
- <param name =" delegate" >To be added .</param >
59
+ <param name =" delegate" >The delegate to examine .</param >
60
60
<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 >
62
62
<remarks >
63
63
<para >This returns the definition of the target method, with stripped instantiation information.</para >
64
64
<para >The return value might be <see langword =" null" /> if the `StackTraceSupport` feature switch is set to <see langword =" false" />.</para >
90
90
<Parameter Name =" frame" Type =" System.Diagnostics.StackFrame" />
91
91
</Parameters >
92
92
<Docs >
93
- <param name =" frame" >To be added .</param >
93
+ <param name =" frame" >The stack frame to examine .</param >
94
94
<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 >
96
96
<remarks >
97
97
<para >This returns the definition of the target method, with stripped instantiation information.</para >
98
98
<para >The return value might be <see langword =" null" /> if the `StackTraceSupport` feature switch is set to <see langword =" false" />.</para >
You can’t perform that action at this time.
0 commit comments