ChestClient.Controllers.GameController.List C# (CSharp) Méthode

List() public méthode

public List ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult
        public ActionResult List()
        {
            return Json(Games.Values, JsonRequestBehavior.AllowGet);
        }