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

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