SharpYaml Home
  1. Home
  2. Docs
  3. API
    1. NuGet
    2. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. SharpYaml.Tokens
    4. Token

    Token Class

    Definition

    Namespace SharpYaml.Tokens
    Assembly SharpYaml.dll
    Inherits Object
    Derived SharpYaml.Tokens.Anchor, SharpYaml.Tokens.AnchorAlias, SharpYaml.Tokens.BlockEnd, SharpYaml.Tokens.BlockEntry, SharpYaml.Tokens.BlockMappingStart, SharpYaml.Tokens.BlockSequenceStart, SharpYaml.Tokens.DocumentEnd, SharpYaml.Tokens.DocumentStart, SharpYaml.Tokens.FlowEntry, SharpYaml.Tokens.FlowMappingEnd, SharpYaml.Tokens.FlowMappingStart, SharpYaml.Tokens.FlowSequenceEnd, SharpYaml.Tokens.FlowSequenceStart, SharpYaml.Tokens.Key, SharpYaml.Tokens.Scalar, SharpYaml.Tokens.StreamEnd, SharpYaml.Tokens.StreamStart, SharpYaml.Tokens.Tag, SharpYaml.Tokens.TagDirective, SharpYaml.Tokens.Value, SharpYaml.Tokens.VersionDirective
    View source
    Show inherited members (7)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()

    Base class for YAML tokens.

    public abstract class Token
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    Token(Mark, Mark)Initializes a new instance of the Token class.

    Properties (2)

    EndGets the end of the token in the input stream.
    StartGets the start of the token in the input stream.

    Copyright © 2026, Alexandre Mutel aka xoofx - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages