You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<typeparamname="TStateMachine">To be added.</typeparam>
195
-
<paramname="stateMachine">To be added.</param>
196
-
<summary>To be added.</summary>
194
+
<typeparamname="TStateMachine">The type of the state machine.</typeparam>
195
+
<paramname="stateMachine">The state machine instance, passed by reference.</param>
196
+
<summary>Invokes <seecref="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext" /> on the state machine while guarding the <seecref="T:System.Threading.ExecutionContext" />.</summary>
Copy file name to clipboardExpand all lines: xml/System.Runtime.CompilerServices/AsyncMethodBuilderAttribute.xml
+6-6
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
</Attribute>
32
32
</Attributes>
33
33
<Docs>
34
-
<summary>To be added.</summary>
34
+
<summary>Indicates the type of the async method builder that should be used by a language compiler to build the attributed type when used as the return type of an async method.</summary>
35
35
<remarks>To be added.</remarks>
36
36
</Docs>
37
37
<Members>
@@ -60,8 +60,8 @@
60
60
<ParameterName="builderType"Type="System.Type" />
61
61
</Parameters>
62
62
<Docs>
63
-
<paramname="builderType">To be added.</param>
64
-
<summary>To be added.</summary>
63
+
<paramname="builderType">The type of the associated builder.</param>
64
+
<summary>Initializes a new instance of the the <seecref="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute" /> class.</summary>
65
65
<remarks>To be added.</remarks>
66
66
</Docs>
67
67
</Member>
@@ -90,10 +90,10 @@
90
90
<ReturnType>System.Type</ReturnType>
91
91
</ReturnValue>
92
92
<Docs>
93
-
<summary>To be added.</summary>
94
-
<value>To be added.</value>
93
+
<summary>Gets the type of the associated builder.</summary>
94
+
<value>The type of the associated builder.</value>
0 commit comments