Interface ICodeGenerationContext
Interface for code generation context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Generation
Assembly: Kephas.CodeAnalysis.dll
Syntax
public interface ICodeGenerationContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceCodeFormatter
Gets the code formatter.
Declaration
ICodeFormatter CodeFormatter { get; }
Property Value
Type | Description |
---|---|
ICodeFormatter | The code formatter. |
CodeGenerator
Gets the code generator.
Declaration
ICodeGenerator CodeGenerator { get; }
Property Value
Type | Description |
---|---|
ICodeGenerator | The code generator. |