コード例 #1
0
 public override ExpressionEmitter Prepare(
     DecodeContext decodeContext)
 {
     return(StindConverter_Utilities.Prepare(decodeContext));
 }
コード例 #2
0
ファイル: StindConverters.cs プロジェクト: FrostyFeng/IL2C
 public override Func <IExtractContext, string[]> Apply(
     DecodeContext decodeContext)
 {
     return(StindConverter_Utilities.Apply(decodeContext));
 }