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!

CodeVariableDeclarationStatement Class

Represents a local variable declaration.

Object
   CodeStatement
      CodeVariableDeclarationStatement

[Visual Basic]
Public Class CodeVariableDeclarationStatement
   Inherits CodeStatement
[C#]
public class CodeVariableDeclarationStatement : CodeStatement
[C++]
public __gc class CodeVariableDeclarationStatement : public
   CodeStatement
[JScript]
public class CodeVariableDeclarationStatement extends CodeStatement

Remarks

Some languages may implement "initExpression" by making a separate assignment statement after the variable declaration.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeVariableDeclarationStatement Members | System.CodeDOM Namespace