System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString C# (CSharp) Méthode

QuoteSnippetString() protected abstract méthode

protected abstract QuoteSnippetString ( string value ) : string
value string
Résultat string
        protected abstract string QuoteSnippetString(string value);
CodeGenerator