Example #1
0
 // Soft-Link: This method is referenced through reflection by
 // ExpressionUtilities.TryRewriteLambdaExpression.  Update that
 // file if the signature changes.
 public object Get(ActivityContext context)
 {
     return(Get <object>(context));
 }