Summary
Invokes the delegate.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Configuration - Containing Type
- ConfigExtensions
Syntax
public static T Invoke<T>(this DocumentConfig config, IDocument document, IExecutionContext context)
Type Parameters
Name | Description |
---|---|
T | The desired result type. |
Parameters
Name | Type | Description |
---|---|---|
config | DocumentConfig | The delegate. |
document | IDocument | The document. |
context | IExecutionContext | The execution context. |
Return Value
Type | Description |
---|---|
T | A typed result from invoking the delegate. |