Interface ICodeConversionContext
Interface for code conversion context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Conversion
Assembly: Kephas.CodeAnalysis.dll
Syntax
public interface ICodeConversionContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceCodeConverter
Gets the code converter.
Declaration
ICodeConverter CodeConverter { get; }
Property Value
Type | Description |
---|---|
ICodeConverter | The code converter. |