Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. String Key = "ThisKey";
  2. Expression<Func<object, object>> test = t => key.ToString();
  3.  
  4. test(<paramhere>);
  5.  
  6. test.invoke(<paramhere>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement