Share via


AbstractionsStrings.CollectionArgumentHasEmptyElements Method

Definition

Overloads

Name Description
CollectionArgumentHasEmptyElements(Object)

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

CollectionArgumentHasEmptyElements

The collection argument must not contain any empty elements.

CollectionArgumentHasEmptyElements(Object)

Source:
AbstractionsStrings.Designer.cs
Source:
AbstractionsStrings.Designer.cs
Source:
AbstractionsStrings.Designer.cs
Source:
AbstractionsStrings.Designer.cs
Source:
AbstractionsStrings.Designer.cs

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

CollectionArgumentHasEmptyElements

Source:
AbstractionsStrings.Designer.cs

The collection argument must not contain any empty elements.

public static string CollectionArgumentHasEmptyElements { get; }
static member CollectionArgumentHasEmptyElements : string
Public Shared ReadOnly Property CollectionArgumentHasEmptyElements As String

Returns

Applies to