Udostępnij za pośrednictwem


CodeMethodReturnStatement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeMethodReturnStatement.

Przeciążenia

CodeMethodReturnStatement()

Inicjuje nowe wystąpienie klasy CodeMethodReturnStatement.

CodeMethodReturnStatement(CodeExpression)

Inicjuje CodeMethodReturnStatement nowe wystąpienie klasy przy użyciu określonego wyrażenia.

CodeMethodReturnStatement()

Źródło:
CodeMethodReturnStatement.cs
Źródło:
CodeMethodReturnStatement.cs
Źródło:
CodeMethodReturnStatement.cs

Inicjuje nowe wystąpienie klasy CodeMethodReturnStatement.

public:
 CodeMethodReturnStatement();
public CodeMethodReturnStatement ();
Public Sub New ()

Dotyczy

CodeMethodReturnStatement(CodeExpression)

Źródło:
CodeMethodReturnStatement.cs
Źródło:
CodeMethodReturnStatement.cs
Źródło:
CodeMethodReturnStatement.cs

Inicjuje CodeMethodReturnStatement nowe wystąpienie klasy przy użyciu określonego wyrażenia.

public:
 CodeMethodReturnStatement(System::CodeDom::CodeExpression ^ expression);
public CodeMethodReturnStatement (System.CodeDom.CodeExpression expression);
new System.CodeDom.CodeMethodReturnStatement : System.CodeDom.CodeExpression -> System.CodeDom.CodeMethodReturnStatement
Public Sub New (expression As CodeExpression)

Parametry

expression
CodeExpression

Wartość CodeExpression wskazująca wartość zwracaną.

Zobacz też

Dotyczy