SpanBuilder.Symbols Property
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.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public ReadOnly Property Symbols As ReadOnlyCollection(Of ISymbol)
Get
'Usage
Dim instance As SpanBuilder
Dim value As ReadOnlyCollection(Of ISymbol)
value = instance.Symbols
public ReadOnlyCollection<ISymbol> Symbols { get; }
public:
property ReadOnlyCollection<ISymbol^>^ Symbols {
ReadOnlyCollection<ISymbol^>^ get ();
}
member Symbols : ReadOnlyCollection<ISymbol>
function get Symbols () : ReadOnlyCollection<ISymbol>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ISymbol>
The symbols for a generic read-only collection.