ChiakiYu.Web.Areas.Blog.Controllers.T4MVC_BlogController._CommentList C# (CSharp) Method

_CommentList() private method

private _CommentList ( long id ) : System.Web.Mvc.ActionResult
id long
return System.Web.Mvc.ActionResult
        public override System.Web.Mvc.ActionResult _CommentList(long id)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames._CommentList);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            _CommentListOverride(callInfo, id);
            return callInfo;
        }