Class BoltMemberUnitGenerator<T>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public abstract class BoltMemberUnitGenerator<T> : UnitGenerator<T>, IUnitGenerator, IGenerator where T : class, IBoltMemberUnit
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
BoltMemberUnitGenerator(T)
Declaration
protected BoltMemberUnitGenerator(T unit)
Parameters
| Type | Name | Description |
|---|---|---|
| T | unit |
Methods
GenerateTargetExpression(MethodGeneration)
Declaration
protected CodeExpression GenerateTargetExpression(MethodGeneration method)
Parameters
| Type | Name | Description |
|---|---|---|
| MethodGeneration | method |
Returns
| Type | Description |
|---|---|
| CodeExpression |