Skip to content

Commit 430c85a

Browse files
carlossanlopRon Petrusha
authored andcommitted
Automatically port Reflection.PortableExecutable.ResourceSectionBuilder (#3198)
* Automatically port Reflection.PortableExecutable.ResourceSectionBuilder * Made direct edits.
1 parent ebb2808 commit 430c85a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</Base>
1818
<Interfaces />
1919
<Docs>
20-
<summary>To be added.</summary>
20+
<summary>Defines the base class for a PE resource section builder. Derive from <see cref="T:System.Reflection.PortableExecutable.ResourceSectionBuilder" /> to provide serialization logic for native resources.</summary>
2121
<remarks>To be added.</remarks>
2222
</Docs>
2323
<Members>
@@ -37,7 +37,7 @@
3737
</AssemblyInfo>
3838
<Parameters />
3939
<Docs>
40-
<summary>To be added.</summary>
40+
<summary>Initializes a new instance of the <see cref="T:System.Reflection.PortableExecutable.ResourceSectionBuilder" /> class.</summary>
4141
<remarks>To be added.</remarks>
4242
</Docs>
4343
</Member>
@@ -64,9 +64,9 @@
6464
<Parameter Name="location" Type="System.Reflection.PortableExecutable.SectionLocation" Index="1" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
6565
</Parameters>
6666
<Docs>
67-
<param name="builder">To be added.</param>
68-
<param name="location">To be added.</param>
69-
<summary>To be added.</summary>
67+
<param name="builder">A blob that contains the data to serialize.</param>
68+
<param name="location">The location to which to serialize <paramref name="builder" />.</param>
69+
<summary>Serializes the specified resource.</summary>
7070
<remarks>To be added.</remarks>
7171
</Docs>
7272
</Member>

0 commit comments

Comments
 (0)