Enhanced C#
Language of your choice: library documentation
|
A custom literal is a normal number or string paired with a (typically unrecognized) type prefix or suffix. More...
A custom literal is a normal number or string paired with a (typically unrecognized) type prefix or suffix.
This structure is used as the value of an LESv3 token to represent non-standard numbers and strings such as 1.1unum
and bytes"ab cd"
Properties | |
object | Value [get, set] |
The numeric or string value of the literal. More... | |
Symbol | TypeMarker [get, set] |
A prefix or suffix on the literal that represents some additional meaning. More... | |
Public Member Functions | |
CustomLiteral (object value, Symbol typeMarker) | |
bool | Equals (CustomLiteral rhs) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
|
getset |
A prefix or suffix on the literal that represents some additional meaning.
|
getset |
The numeric or string value of the literal.