ConfigExtensions.

Invoke<T>(ContextConfig, IExecutionContext) Method

Summary

Invokes the delegate.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Configuration
Containing Type
ConfigExtensions

Syntax

public static T Invoke<T>(this ContextConfig config, IExecutionContext context)

Type Parameters

Name Description
T The desired result type.

Parameters

Name Type Description
config ContextConfig The delegate.
context IExecutionContext The execution context.

Return Value

Type Description
T A typed result from invoking the delegate.
GitHub