Advertisement
OedipusPrime

Untitled

Feb 7th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. public IEnumerable<IRule> NinetyNineProblems
  2. {
  3.     get
  4.         {
  5.             return this.Rules.Where(it => !it.IsAllGood);
  6.         }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement