- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["GuardExtensions"]
class Type type-node
Syntax
public static class GuardExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| IsNullOrEmpty |
bool |
static
|
| IsNullOrWhiteSpace |
bool |
static
|
| ThrowIfNull |
T |
static
|
| ThrowIfNullOrEmpty |
string |
static
|
| Throw |
string |
static
|