public void Contains_Null ()
		{
			Collection<CustomAttribute> cac = new Collection<CustomAttribute> ();
			cac.ContainsType ((string) null);
		}