C# Class System.CodeDom.CodeVariableDeclarationStatement

Inheritance: CodeStatement
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

CodeVariableDeclarationStatement() public method

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

CodeVariableDeclarationStatement() public method

public CodeVariableDeclarationStatement ( CodeTypeReference type, string name ) : System.Diagnostics
type CodeTypeReference
name string
return System.Diagnostics

CodeVariableDeclarationStatement() public method

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

CodeVariableDeclarationStatement() public method

public CodeVariableDeclarationStatement ( Type type, string name ) : System.Diagnostics
type System.Type
name string
return System.Diagnostics

CodeVariableDeclarationStatement() public method

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

CodeVariableDeclarationStatement() public method

public CodeVariableDeclarationStatement ( string type, string name ) : System.Diagnostics
type string
name string
return System.Diagnostics

CodeVariableDeclarationStatement() public method

public CodeVariableDeclarationStatement ( string type, string name, System.CodeDom.CodeExpression initExpression ) : System.Diagnostics
type string
name string
initExpression System.CodeDom.CodeExpression
return System.Diagnostics