Share via


SpanBuilder.Symbols Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the symbols for a generic read-only collection.

public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.Razor.Tokenizer.Symbols.ISymbol> Symbols { get; }
member this.Symbols : System.Collections.ObjectModel.ReadOnlyCollection<System.Web.Razor.Tokenizer.Symbols.ISymbol>
Public ReadOnly Property Symbols As ReadOnlyCollection(Of ISymbol)

Property Value

The symbols for a generic read-only collection.

Applies to