VBCodeParser.ReadVBSpaces Method

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.

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

'Declaration
Protected Function ReadVBSpaces As IEnumerable(Of VBSymbol)
'Usage
Dim returnValue As IEnumerable(Of VBSymbol)

returnValue = Me.ReadVBSpaces()

Return Value

Type: System.Collections.Generic.IEnumerable(Of VBSymbol)
A list of Visual Basic spaces.
Show: