コード例 #1
0
ファイル: UvmProto.cs プロジェクト: UnitedBitcoin/gsharpc
 public UvmInstruction MakeEmptyInstruction(string comment)
 {
     return(UvmInstruction.CreateEmpty(comment));
 }
コード例 #2
0
ファイル: UvmProto.cs プロジェクト: UnitedBitcoin/gsharpc
 public void AddEmptyInstruction(string comment)
 {
     AddInstruction(UvmInstruction.CreateEmpty(comment));
 }