System.CodeDom.CodeVariableDeclarationStatement.CodeVariableDeclarationStatement C# (CSharp) Method

CodeVariableDeclarationStatement() public method

public CodeVariableDeclarationStatement ( ) : System.Diagnostics
return System.Diagnostics
        public CodeVariableDeclarationStatement() {
        }

Same methods

CodeVariableDeclarationStatement::CodeVariableDeclarationStatement ( CodeTypeReference type, string name ) : System.Diagnostics
CodeVariableDeclarationStatement::CodeVariableDeclarationStatement ( CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression ) : System.Diagnostics
CodeVariableDeclarationStatement::CodeVariableDeclarationStatement ( Type type, string name ) : System.Diagnostics
CodeVariableDeclarationStatement::CodeVariableDeclarationStatement ( Type type, string name, System.CodeDom.CodeExpression initExpression ) : System.Diagnostics
CodeVariableDeclarationStatement::CodeVariableDeclarationStatement ( string type, string name ) : System.Diagnostics
CodeVariableDeclarationStatement::CodeVariableDeclarationStatement ( string type, string name, System.CodeDom.CodeExpression initExpression ) : System.Diagnostics
CodeVariableDeclarationStatement