Summary
Indicates whether a
ProcessArgumentBuilder is null or renders empty.
- Namespace
- Cake
.Core - Containing Type
- Process
Argument List Extensions
Syntax
public static bool IsNullOrEmpty(this ProcessArgumentBuilder builder)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
The builder. |
Return Value
| Type | Description |
|---|---|
| bool | true if builder refers to a null or empty ProcessArgumentBuilder;
false if the builderrefers to non null or empty ProcessArgumentBuilder. |
