public void ContainsAny_Null () { Collection<CustomAttribute> cac = new Collection<CustomAttribute> (); cac.ContainsAnyType (null); }