Search Results for

    Show / Hide Table of Contents

    Class WhiteSpaceToken

    A Token representing a a non-empty sequence of whitespace characters.

    Inheritance
    System.Object
    Token
    WhiteSpaceToken
    Implements
    ICloneable<Token>
    Inherited Members
    Token.Clone()
    Token.ToString()
    Token.Text
    Token.Span
    Namespace: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class WhiteSpaceToken : Token, ICloneable<Token>

    Constructors

    WhiteSpaceToken()

    Initializes a new instance of the WhiteSpaceToken class.

    Declaration
    public WhiteSpaceToken()

    WhiteSpaceToken(String)

    Initializes a new instance of the WhiteSpaceToken class.

    Declaration
    public WhiteSpaceToken(string text)
    Parameters
    Type Name Description
    System.String text

    The token text

    Properties

    Type

    Gets the type of Token.

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    System.String

    The type.

    Overrides
    Token.Type

    Implements

    ICloneable<T>

    See Also

    Token

    On this page

    Back to top Generated by DocFX