Share via


AbstractionsStrings.CollectionArgumentHasEmptyElements(Object) Method

Definition

The collection argument '{argumentName}' must not contain any empty elements.

public static string CollectionArgumentHasEmptyElements (object argumentName);
public static string CollectionArgumentHasEmptyElements (object? argumentName);
static member CollectionArgumentHasEmptyElements : obj -> string
Public Shared Function CollectionArgumentHasEmptyElements (argumentName As Object) As String

Parameters

argumentName
Object

Returns

Applies to