Represents a literal text statement.
Object
CodeStatement
CodeLiteralStatement
[Visual Basic] Public Class CodeLiteralStatement Inherits CodeStatement [C#] public class CodeLiteralStatement : CodeStatement [C++] public __gc class CodeLiteralStatement : public CodeStatement [JScript] public class CodeLiteralStatement extends CodeStatement
This will be injected directly in the source without modification.
Namespace: System.CodeDOM
Assembly: System.dll