Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Microsoft.​Extensions.​Primitives.​Extensions
Assembly: Microsoft.Extensions.Primitives
Inheritance: object → Extensions
Provides extensions methods for the <see cref="N:Microsoft.Extensions.Primitives" /> namespace.
Methods
Append​(System.​Text.​StringBuilder builder,
StringSegment segment)
Adds the given <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to the <see cref="T:System.Text.StringBuilder" /> .
Returns The original <see cref="T:System.Text.StringBuilder" /> .
builder
The <see cref="T:System.Text.StringBuilder" /> to add to.
segment
The <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to add.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object