Example #1
0
 public IdPredicate(long?greaterThanOrEqual, ICollection <long> isOneOf) : this()
 {
     GreaterThanOrEqual = greaterThanOrEqual;
     IsOneOf.UnionWith(isOneOf);
 }