Interface IBoltMemberGenerator
Namespace: Ludiq.Bolt
Syntax
public interface IBoltMemberGenerator : IGenerator
Properties
target
Declaration
IBoltMember target { get; }
Property Value
| Type | Description |
|---|---|
| IBoltMember |
Methods
Declare(ClassGeneration)
Declaration
void Declare(ClassGeneration class)
Parameters
| Type | Name | Description |
|---|---|---|
| ClassGeneration | class |
GenerateClassConstructorStatements(ConstructorGeneration)
Declaration
IEnumerable<CodeStatement> GenerateClassConstructorStatements(ConstructorGeneration constructor)
Parameters
| Type | Name | Description |
|---|---|---|
| ConstructorGeneration | constructor |
Returns
| Type | Description |
|---|---|
| IEnumerable<CodeStatement> |