public EmitNewarr ( Action |
||
arrayLoadingEmitter | Action |
/// Delegate to emittion of array loading instruction.
/// 1st argument is this instance.
/// Post condition is that exactly one target array will be added on the top of stack and element type is |
arrayStoringEmitter | Action |
/// Delegate to emittion of array storing instruction.
/// 1st argument is this instance.
/// Pre condition is that the top of evaluation stack is array type and its element type is |
elementType | Type | |
return | void |