Search Results for

    Show / Hide Table of Contents

    Class URIToken

    An URI token that is placeable but is not substitutable.

    Inheritance
    System.Object
    Token
    URIToken
    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 URIToken : Token, ICloneable<Token>

    Constructors

    URIToken()

    Initializes a new instance of the URIToken class.

    Declaration
    public URIToken()

    URIToken(String)

    Initializes a new instance of the URIToken class.

    Declaration
    public URIToken(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>

    On this page

    Back to top Generated by DocFX