NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeLiteralStatement Class

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

Remarks

This will be injected directly in the source without modification.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeLiteralStatement Members | System.CodeDOM Namespace