Ejemplo n.º 1
0
 public string Convert(Instruction instruction, MethodTranslateContextCXX methodContext)
 => StelemConvert.Convert(instruction, methodContext, "int");
Ejemplo n.º 2
0
 public string Convert(Instruction instruction, MethodTranslateContextCXX methodContext)
 => StelemConvert.Convert(instruction, methodContext, "RTCLI::System::Double");
Ejemplo n.º 3
0
        public string Convert(Instruction instruction, MethodTranslateContextCXX methodContext)
        {
            var typeReference = instruction.Operand as TypeReference;

            return(StelemConvert.Convert(instruction, methodContext, typeReference.CXXTypeName()));
        }