Represents an undefined literal.
override Grade Supports(Type ValueType)
How well the type supports a given value type.
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
UndefinedLiteral()
Represents an undefined literal.
override string StringType
Type name
override bool Equals(object obj)
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
Abstract base class for semantic literal values.
Interface for semantic literals.