expression

< Back


IValueToken

Namespace: Albatross.Expression.Nodes

Represents a token that holds a value, typically a literal or variable reference.

public interface IValueToken : IToken

Implements IToken
Attributes NullableContextAttribute

Properties

Value

The string value contained by this token.

public abstract string Value { get; }

Property Value

String


< Back