Microsoft.JScript.AddressOf.AddressOf C# (CSharp) Method

AddressOf() private method

private AddressOf ( Context context, AST operand ) : System
context Context
operand AST
return System
      internal AddressOf(Context context, AST operand)
        : base(context, operand) {
        Debug.Assert(operand is Member || operand is Lookup);
      }