Interface IStringLiteral
- Namespace
- Albatross.Expression.Nodes
- Assembly
- Albatross.Expression.dll
Represents a string literal token with boundary character information.
public interface IStringLiteral : IValueToken, IExpression, IToken
- Inherited Members
- Extension Methods
Properties
Boundary
The boundary character (quote type) that delimits this string literal.
char Boundary { get; }