Share via


Span.Symbols Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the symbols used to generate the code for the span.

public System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol> Symbols { get; protected set; }
member this.Symbols : seq<System.Web.Razor.Tokenizer.Symbols.ISymbol> with get, set
Public Property Symbols As IEnumerable(Of ISymbol)

Property Value

The symbols used to generate the code for the span.

Applies to