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
Some languages may implement "initExpression" by making a separate assignment statement after the variable declaration.
Namespace: System.CodeDOM
Assembly: System.dll
CodeVariableDeclarationStatement Members | System.CodeDOM Namespace