nspectre - declarative validation for .NET

CompiledSettings.GetSpecification Method 

Gets the ISpecification that contains all the specifications for a given type.

public ISpecification GetSpecification(
   Type type,
   string action
);

Parameters

type
The Type to check.
action
The name of the action.

Return Value

An ISpecification.

Implements

ICompiledSettings.GetSpecification

See Also

CompiledSettings Class | NSpectre.Core.Configuration Namespace