public string Convert(Instruction instruction, MethodTranslateContext methodContext)
        {
            var             typeReference   = instruction.Operand as TypeReference;
            TypeInformation typeInformation = methodContext.TranslateContext.MetadataContext.GetTypeInformation(typeReference);

            return(StelemConvert.Convert(instruction, methodContext, typeInformation.CXXTypeName));
        }
 public string Convert(Instruction instruction, MethodTranslateContext methodContext)
 => StelemConvert.Convert(instruction, methodContext, "RTCLI::System::Double");
 public string Convert(Instruction instruction, MethodTranslateContext methodContext)
 => StelemConvert.Convert(instruction, methodContext, "int");