Share via


TokenizerView<TTokenizer,TSymbol,TSymbolType>.Next Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the tokenizer moves to the next view.

public bool Next ();
member this.Next : unit -> bool
Public Function Next () As Boolean

Returns

true if the tokenizer moves to the next view; false.

Applies to