StateMachine<TReturn>.State Delegate
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Delegate Function State As StateMachine<TReturn>.StateResult
'Usage
Dim instance As New State(AddressOf HandlerMethod)
protected delegate StateMachine<TReturn>.StateResult State()
protected delegate StateMachine<TReturn>.StateResult^ State()
type State =
delegate of unit -> StateMachine<TReturn>.StateResult
JScript supports the use of delegates, but not the declaration of new ones.
Return Value
Type: System.Web.Razor.StateMachine<TReturn>.StateResult