C# 클래스 System.CodeDom.CodeVariableDeclarationStatement

상속: CodeStatement
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CodeVariableDeclarationStatement() 공개 메소드

public CodeVariableDeclarationStatement ( ) : System.Diagnostics
리턴 System.Diagnostics

CodeVariableDeclarationStatement() 공개 메소드

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

CodeVariableDeclarationStatement() 공개 메소드

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

CodeVariableDeclarationStatement() 공개 메소드

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

CodeVariableDeclarationStatement() 공개 메소드

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

CodeVariableDeclarationStatement() 공개 메소드

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

CodeVariableDeclarationStatement() 공개 메소드

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