static public ILValue GetILExplicitCast(this ILValue item, Type destination_type) { return(item.GetILCast(destination_type, ILCast.NewExplicitCast)); }