Interface IElementInfoGeneratorProvider
Interface for element information generator provider.
Namespace: Kephas.Generation
Assembly: Kephas.CodeAnalysis.dll
Syntax
[SingletonAppServiceContract]
public interface IElementInfoGeneratorProvider
Methods
| Improve this Doc View SourceGetElementInfoGenerator(IElementInfo, ICodeGenerationContext)
Gets the IElementInfoGenerator for the provided IElementInfo.
Declaration
IElementInfoGenerator GetElementInfoGenerator(IElementInfo elementInfo, ICodeGenerationContext codeGenerationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IElementInfo | elementInfo | The IElementInfo to be generated. |
| ICodeGenerationContext | codeGenerationContext | Context for the code generation. |
Returns
| Type | Description |
|---|---|
| IElementInfoGenerator | The element info generator. |