ParameterExpression.IsByRef Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates that this ParameterExpression is to be treated as a ByRef parameter.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.BooleanTrue if this ParameterExpression is a ByRef parameter, otherwise false.
Show: