UtilApplicationParameterizationArgumentsAreEmpty Method

Determines whether the command-line arguments for the current process are empty.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ArgumentsAreEmpty(
	IEnumerable<string> args = null
)

Parameters

args  IEnumerableString  (Optional)
A custom collection of arguments to examine.

Return Value

Boolean
if the arguments are empty, otherwise, .

See Also