Home
Home
Docs
API
Theme
System
Light
Dark
NuGet
GitHub
Menu
Loading menu…
Home
API
SharpYaml.Syntax
YamlSyntaxTree
Properties
Tokens
Menu
On this page
Tokens Property
Definition
Namespace
SharpYaml.Syntax
Assembly
SharpYaml.dll
View source
Gets parsed syntax tokens.
public IReadOnlyList<YamlSyntaxToken> Tokens { get; }
Returns
IReadOnlyList<YamlSyntaxToken>