コード例 #1
0
 public virtual Result OnMnemonicExecute(Mnemonic mnemonic, IRuntime runtime)
 {
     return(mnemonic.Execute(runtime));
 }