value property

int? value

Return the value of the literal, or null when literal does not represent a valid int value, for example because of overflow.

Implementation

int? get value;