afscrome / IronVelocity

A wrapper around NVelocity (a port of Apache Velocity) using the DLR to provide higher performance template execution.
MIT License
6 stars 1 forks source link

DefaultExpression should be treated as a ConstantType #43

Closed afscrome closed 9 years ago

afscrome commented 9 years ago

For reference types, DefaultExpression is always null. Value types are sealed, so the default value will be identical for a given DefaultExpression.