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
The string value contained by this token.
public abstract string Value { get; }