Boo.Lang.Runtime.DispatcherEmitter.GetPromotionMethod C# (CSharp) Method

GetPromotionMethod() private method

private GetPromotionMethod ( Type type ) : MethodInfo
type System.Type
return System.Reflection.MethodInfo
        private MethodInfo GetPromotionMethod(Type type)
        {
            return typeof(IConvertible).GetMethod("To" + Type.GetTypeCode(type));
        }