From afd5760712cd3502a5f4096ac46933a72e772bb8 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 16 Sep 2019 11:51:13 -0700 Subject: [PATCH 1/2] Automatically port Reflection.PortableExecutable.ResourceSectionBuilder --- .../ResourceSectionBuilder.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml b/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml index 1b5e235164b..477a5272ef1 100644 --- a/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml +++ b/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml @@ -17,7 +17,7 @@ - To be added. + Base class for PE resource section builder. Implement to provide serialization logic for native resources. To be added. From 1d677d2a99a6268a286b8065b884ea7adbdb3b20 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Thu, 26 Sep 2019 15:00:16 -0700 Subject: [PATCH 2/2] Made direct edits. --- .../ResourceSectionBuilder.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml b/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml index 477a5272ef1..d00cef7f4ed 100644 --- a/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml +++ b/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml @@ -17,7 +17,7 @@ - Base class for PE resource section builder. Implement to provide serialization logic for native resources. + Defines the base class for a PE resource section builder. Derive from to provide serialization logic for native resources. To be added. @@ -37,7 +37,7 @@ - To be added. + Initializes a new instance of the class. To be added. @@ -64,9 +64,9 @@ - To be added. - To be added. - To be added. + A blob that contains the data to serialize. + The location to which to serialize . + Serializes the specified resource. To be added.