VBTokenizer.Transition Method

Include Protected Members
Include Inherited Members

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

Indicates the new transition of the state.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method Transition(StateMachine<TReturn>.State) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state. (Inherited from StateMachine<TReturn>.)
Protected method Transition(TReturn, StateMachine<TReturn>.State) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state with the specified output. (Inherited from StateMachine<TReturn>.)

Top

See Also

Reference

VBTokenizer Class

System.Web.Razor.Tokenizer Namespace