Expression that takes the address of the operand. Equivalent to the C# operator &
.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IAddressOfExpression : IUnaryExpression, IExpression, IMethodBodyElement
Properties
Name | Description |
---|---|
IsReadOnly | Determines whether the returned pointer is a read-only pointer. |