Blog sul mondo C# e non solo [ITA]
public static bool IsNullOrEmpty<T>(this Collection<T> collection) { return collection == null || (collection != null && collection.Count() == 0); }
Nessun commento:
Posta un commento