Method AppendLiteral
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
valuestring