Example #1
0
 private Label[] MapLabels(Instruction[] instructions)
 {
     return(GenericUtils.ConvertAllToArray <Instruction, Label>(instructions, MapLabel));
 }