Update 'Mogrifiers.cs'

This commit is contained in:
fhdk 2022-01-01 16:57:07 +01:00
parent e2eb3d97bc
commit 5eedd61e97

View file

@ -263,11 +263,6 @@ namespace FCS.Lib
/// <returns>List&lt;T&gt;.</returns>
/// <exception cref="ArgumentNullException">value</exception>
/// <exception cref="ArgumentNullException">delimiter</exception>
/// <exception cref="ArgumentNullException">value</exception>
/// <exception cref="ArgumentNullException">delimiter</exception>
/// <exception cref="ArgumentNullException">value</exception>
/// <exception cref="ArgumentNullException">delimiter</exception>
/// <exception cref="ArgumentNullException">value</exception>
public static List<T> StringToList<T>(string value, string delimiter)
{
if (string.IsNullOrEmpty(value)) throw new ArgumentNullException(nameof(value));