ParameterExpression.IsByRef Property

Definition

Indicates that this ParameterExpression is to be treated as a ByRef parameter.

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

Property Value

true if this ParameterExpression is a ByRef parameter; otherwise, false.

Applies to