GenerateControllerAction.this

Creates a new generate controler action.

  1. this(BaseController delegate(HttpClient) d)
  2. this(BaseController function(HttpClient) f)
    class GenerateControllerAction
    this
    (
    BaseController function
    (
    HttpClient
    )
    f
    )

Parameters

f BaseController function
(
HttpClient
)

The function pointer..

Meta