Table of Contents

Class Extensions

Namespace
Acuit.Pinpoint.Primitives
Assembly
Acuit.Pinpoint.Configuration.dll
public static class Extensions
Inheritance
Extensions
Inherited Members

Methods

Append(StringBuilder, StringSegment)

Add the given StringSegment to the StringBuilder.

public static StringBuilder Append(this StringBuilder builder, StringSegment segment)

Parameters

builder StringBuilder

The StringBuilder to add to.

segment StringSegment

The StringSegment to add.

Returns

StringBuilder

The original StringBuilder.