Namespace:  Refly.CodeDom.Statements
Assembly:  Refly (in Refly.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class VariableDeclarationStatement : Statement
Visual Basic (Declaration)
Public Class VariableDeclarationStatement _
	Inherits Statement

Inheritance Hierarchy

System..::.Object
  Refly.CodeDom.Statements..::.Statement
    Refly.CodeDom.Statements..::.VariableDeclarationStatement

See Also