File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
xml/System.Runtime.CompilerServices Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 463
463
<Parameter Name =" type" Type =" System.Type" Index =" 0" FrameworkAlternate =" netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1" />
464
464
</Parameters >
465
465
<Docs >
466
- <param name =" type" >To be added .</param >
467
- <summary >To be added .</summary >
468
- <returns >To be added .</returns >
466
+ <param name =" type" >A system-provided type .</param >
467
+ <summary >Returns an uninitialized instance of the system-provided type .</summary >
468
+ <returns >An object representing the uninitialized system-provided type instance .</returns >
469
469
<remarks >To be added.</remarks >
470
470
</Docs >
471
471
</Member >
1129
1129
</ReturnValue >
1130
1130
<Parameters />
1131
1131
<Docs >
1132
- <summary >To be added .</summary >
1133
- <returns >To be added .</returns >
1132
+ <summary >Tries to ensure there is sufficient stack to execute the average .NET Core library function .</summary >
1133
+ <returns >< see langword = " true " /> if sufficient stack is present; otherwise, < see langword = " false " /> .</returns >
1134
1134
<remarks >To be added.</remarks >
1135
1135
</Docs >
1136
1136
</Member >
Original file line number Diff line number Diff line change 78
78
<Parameter Name =" thrownObject" Type =" System.Object" Index =" 0" FrameworkAlternate =" netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1" />
79
79
</Parameters >
80
80
<Docs >
81
- <param name =" thrownObject" >To be added .</param >
82
- <summary >To be added .</summary >
81
+ <param name =" thrownObject" >The exception getting wrapped .</param >
82
+ <summary >Initializes a new instance of the < see cref = " T:System.Runtime.CompilerServices.RuntimeWrappedException " /> that contains the inner exception object .</summary >
83
83
<remarks >To be added.</remarks >
84
84
</Docs >
85
85
</Member >
Original file line number Diff line number Diff line change 162
162
<Parameter Name =" continuation" Type =" System.Action" />
163
163
</Parameters >
164
164
<Docs >
165
- <param name =" continuation" >To be added .</param >
165
+ <param name =" continuation" >The continuation action for this < see cref = " T:System.Threading.Tasks.ValueTask " /> .</param >
166
166
<summary >Schedules the continuation action for this ValueTask.</summary >
167
167
<remarks >To be added.</remarks >
168
168
</Docs >
You can’t perform that action at this time.
0 commit comments