nyk0r

R# is Smart

Jul 11th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. // before
  2. a => a.GetType() == typeof(QuoteCharAttribute)
  3.  
  4. // after
  5. a => a is QuoteCharAttribute
Advertisement
Add Comment
Please, Sign In to add comment