예제 #1
0
 //JAVA TO VB & C# CONVERTER TODO TASK: Enums cannot contain methods in .NET:
 private OpClass(OpcodeFormat format, Op opType)
 {
     this.format = format;
     this.opType = opType;
 }
예제 #2
0
 //JAVA TO VB & C# CONVERTER TODO TASK: Enums cannot contain methods in .NET:
 private OpClass(OpcodeFormat format, Op opType)
 {
     this.format = format;
     this.opType = opType;
 }
예제 #3
0
파일: Op.cs 프로젝트: Knuxfan24/Marathon
 private Op(OpcodeFormat format) => _format = format;