Method | Description | |
---|---|---|
EmitBackingFieldGetter ( this generator, |
Emit code that will get the value from field
|
|
EmitBackingFieldSetter ( this generator, |
Emit code that will set the value field based argument on stack
|
public static EmitBackingFieldGetter ( this generator, |
||
generator | this | Generator that will emit the instructions |
field | Field to read | |
return | void |
public static EmitBackingFieldSetter ( this generator, |
||
generator | this | Generator that will emit the instructions |
field | Field to write | |
return | void |