FromValues<TValue>(TValue[]) Method
Creates an enumeration of config values.
Namespace
Statiq.Common
Containing Type
Config

Syntax

public static Config<IEnumerable<TValue>> FromValues<TValue>(params TValue[] values)

Type Parameters

Name Description
TValue The type of config value items.

Parameters

Name Type Description
values TValue[] The config values.

Return Value

Type Description
Config<IEnumerable<TValue>> A config object.