コード例 #1
0
ファイル: LdfldConverters.cs プロジェクト: khursia/IL2C
 public override ExpressionEmitter Prepare(
     IFieldInformation field, DecodeContext decodeContext)
 {
     return(LdfldConverterUtilities.Prepare(field, decodeContext, false));
 }