ParameterExpression.IsByRef Eigenschaft

Definition

Gibt an, dass ParameterExpression als ByRef-Parameter behandelt werden soll.

public:
 property bool IsByRef { bool get(); };
public bool IsByRef { get; }
member this.IsByRef : bool
Public ReadOnly Property IsByRef As Boolean

Eigenschaftswert

Boolean

true wenn dieser ParameterExpression ein ByRef Parameter ist; andernfalls false.

Gilt für: