diff --git a/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml b/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml
index 1b5e235164b..d00cef7f4ed 100644
--- a/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml
+++ b/xml/System.Reflection.PortableExecutable/ResourceSectionBuilder.xml
@@ -17,7 +17,7 @@
- To be added.
+ 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.