From b3c5957e644c00621cfb5d2efbfe02dd4a629c77 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:58:16 -0700 Subject: [PATCH] remove superfluous nodes --- xml/Microsoft.Extensions.Primitives/StringSegment.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xml/Microsoft.Extensions.Primitives/StringSegment.xml b/xml/Microsoft.Extensions.Primitives/StringSegment.xml index d2e503d65e2..c3810a65257 100644 --- a/xml/Microsoft.Extensions.Primitives/StringSegment.xml +++ b/xml/Microsoft.Extensions.Primitives/StringSegment.xml @@ -315,12 +315,10 @@ System.String - Gets the buffer for this . - The buffer for this . + Gets the value of this segment as a string. + The string buffer for this segment. To be added. - Gets the value of this segment as a . - The value of this segment as a . @@ -723,7 +721,7 @@ Returns the hash code for this instance. A 32-bit signed integer that is the hash code for this instance. The returned hash code is suitable for use in hashing algorithms and data structures, for example, a hash table. - + This method is expensive since it allocates on every call. However, the allocation is required to retain any behavior (such as hash code randomization) that has.