ParameterExpression.IsByRef Özellik

Tanım

Bunun ParameterExpression bir ByRef parametre olarak ele alındığını gösterir.

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

Özellik Değeri

true bu ParameterExpression bir ByRef parametreyse; değilse, false.

Şunlara uygulanır