Interface IGetsMetalContextProcessor
An object which can get a IProcessesExpressionContext suitable for the METAL macro-expansion process.
Namespace: ZptSharp.Metal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsMetalContextProcessor
Methods
| Improve this Doc View SourceGetMetalContextProcessor()
Gets the METAL context processor.
Declaration
IProcessesExpressionContext GetMetalContextProcessor()
Returns
Type | Description |
---|---|
IProcessesExpressionContext | The METAL context processor. |