Table of Contents

Method AppendLiteral

Namespace
MonoMod.Logs
Assembly
MonoMod.Utils.dll

AppendLiteral(string)

[SuppressMessage("Design", "CA1062:Validate arguments of public methods", Justification = "The value.Length cases are expected to be JIT-time constants due to inlining, and doing argument verification may interfere with that.")]
public bool AppendLiteral(string value)

Parameters

value string

Returns

bool