Share via


StateMachine<TReturn>.Turn Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Describes the turning process of the state.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Overridable Function Turn As TReturn
'Usage
Dim returnValue As TReturn

returnValue = Me.Turn()
protected virtual TReturn Turn()
protected:
virtual TReturn Turn()
abstract Turn : unit -> 'TReturn 
override Turn : unit -> 'TReturn 
protected function Turn() : TReturn

Return Value

Type: TReturn
The turning process of the state.

See Also

Reference

StateMachine<TReturn> Class

System.Web.Razor Namespace