Method | Description | |
---|---|---|
DynamicILLocalVariable ( |
Creates a new local variable instance.
|
public DynamicILLocalVariable ( |
||
generator | The generator that created this variable. | |
index | int | The index of the local variable within the method body. |
type | The type of the variable. | |
name | string | The name of the local variable. Can be |
return | System |