VBCodeParser.ReadVBSpaces Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads a list of Visual Basic spaces.

protected System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.VBSymbol> ReadVBSpaces ();
member this.ReadVBSpaces : unit -> seq<System.Web.Razor.Tokenizer.Symbols.VBSymbol>
Protected Function ReadVBSpaces () As IEnumerable(Of VBSymbol)

Returns

A list of Visual Basic spaces.

Applies to