Delegate EnvironmentParser.Validator<T>
Validates that a parsed environment variable is valid.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public delegate bool EnvironmentParser.Validator<T>(T input)
Parameters
| Type | Name | Description |
|---|---|---|
| T | input | The input value. |
Returns
| Type | Description |
|---|---|
| bool | Returns |
Type Parameters
| Name | Description |
|---|---|
| T | The parsed variable type. |