AssertNotEmpty(string, string, Nullable<string>)

public static string AssertNotEmpty(string input, string paramName, Nullable<string> message)
Returns:
string

Parameters

input string
paramName string
message Nullable<string>

AssertNotEmpty<T>(T, string, Nullable<string>)

public static T AssertNotEmpty<T>(T enumerable, string paramName, Nullable<string> message) where T : IEnumerable<object>
Returns:
T

Parameters

enumerable T
paramName string
message Nullable<string>

Type Parameters

T IEnumerable<object>
In this article