Skip to content

Commit 51f214a

Browse files
Port System.Runtime new docs (#10158)
* System.Runtime * System.Runtime.Serialization * System.Timers --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 0b73725 commit 51f214a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

xml/System.Runtime.Serialization/ISerializationCodeDomSurrogateProvider.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Attribute>
1919
</Attributes>
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Represents a DataContract surrogate provider that is capable of modifying generated type code using <see cref="N:System.CodeDom" />.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>
@@ -43,10 +43,10 @@
4343
<Parameter Name="compileUnit" Type="System.CodeDom.CodeCompileUnit" />
4444
</Parameters>
4545
<Docs>
46-
<param name="typeDeclaration">To be added.</param>
47-
<param name="compileUnit">To be added.</param>
48-
<summary>To be added.</summary>
49-
<returns>To be added.</returns>
46+
<param name="typeDeclaration">A <see cref="T:System.CodeDom.CodeTypeDeclaration" /> to process that represents the type declaration generated during schema import.</param>
47+
<param name="compileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> that contains the other code generated during schema import.</param>
48+
<summary>Processes the type that has been generated from the imported schema.</summary>
49+
<returns>A <see cref="T:System.CodeDom.CodeTypeDeclaration" /> that contains the processed type.</returns>
5050
<remarks>To be added.</remarks>
5151
</Docs>
5252
</Member>

xml/System.Runtime/DefaultTaskSchedulerAwaiter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
<Parameter Name="continuation" Type="System.Action" />
131131
</Parameters>
132132
<Docs>
133-
<param name="continuation">To be added.</param>
134-
<summary>To be added.</summary>
133+
<param name="continuation">The action to invoke when the operation completes.</param>
134+
<summary>Schedules the continuation action that's invoked when the instance completes.</summary>
135135
<remarks>To be added.</remarks>
136136
</Docs>
137137
</Member>

xml/System.Timers/ElapsedEventArgs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<Parameter Name="signalTime" Type="System.DateTime" Index="0" FrameworkAlternate="net-9.0" />
8080
</Parameters>
8181
<Docs>
82-
<param name="signalTime">To be added.</param>
83-
<summary>To be added.</summary>
82+
<param name="signalTime">The time when the timer elapsed.</param>
83+
<summary>Initializes a new instance of the <see cref="T:System.Timers.ElapsedEventArgs" /> class.</summary>
8484
<remarks>To be added.</remarks>
8585
</Docs>
8686
</Member>

0 commit comments

Comments
 (0)