diff --git a/xml/System.Buffers/ReadOnlySpanAction`2.xml b/xml/System.Buffers/ReadOnlySpanAction`2.xml index 5bc6b418e8e..9caf61e4422 100644 --- a/xml/System.Buffers/ReadOnlySpanAction`2.xml +++ b/xml/System.Buffers/ReadOnlySpanAction`2.xml @@ -32,11 +32,11 @@ System.Void - To be added. - To be added. - To be added. - To be added. - To be added. + The type of the objects in the read-only span. + The type of the object that represents the state. + A read-only span of objects of type . + A state object of type . + Encapsulates a method that receives a read-only span of objects of type and a state object of type . To be added. diff --git a/xml/System.Buffers/SpanAction`2.xml b/xml/System.Buffers/SpanAction`2.xml index 3ee1ce2dad4..ac62aa7f511 100644 --- a/xml/System.Buffers/SpanAction`2.xml +++ b/xml/System.Buffers/SpanAction`2.xml @@ -32,11 +32,11 @@ System.Void - To be added. - To be added. - To be added. - To be added. - To be added. + The type of the objects in the span. + The type of the object that represents the state. + A span of objects of type . + A state object of type . + Encapsulates a method that receives a span of objects of type and a state object of type . To be added.