System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString C# (CSharp) Method

QuoteSnippetString() protected abstract method

protected abstract QuoteSnippetString ( string value ) : string
value string
return string
        protected abstract string QuoteSnippetString(string value);
CodeGenerator