InjectionAttribute.

AppendDetail(StringBuilder, bool, string) Method

Summary

[Editor-Only] Appends an opening bracket or comma depending on `isFirst` followed by the specified `detail` and sets `isFirst` to false. Intended for use within Weaver.InjectionAttribute.AppendDetails(System.Text.StringBuilder,System.Boolean@).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
InjectionAttribute

Syntax

protected void AppendDetail(StringBuilder text, ref bool isFirst, string detail)

Parameters

Name Type Description
text StringBuilder
isFirst bool
detail string

Return Value

Type Description
void