Elmah.JsonTextWriter.WriteEnquoted C# (CSharp) Méthode

WriteEnquoted() private méthode

private WriteEnquoted ( string text ) : JsonTextWriter
text string
Résultat JsonTextWriter
        private JsonTextWriter WriteEnquoted(string text)
        {
            return WriteImpl(text, /* raw */ true);
        }