public static bool toCsvFile<T>( this IEnumerable<T> collection, string path, getWritableFileMode mode = getWritableFileMode.overwrite ) where T : class, new()
Copyright (c) 2018 - GNU General Public License v3.0