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

#15 Indexer support #61

Closed afscrome closed 8 years ago

afscrome commented 8 years ago

Added support for indexers to velocity. Velocity supports index expressions of the form $foo[arg1,arg2...argn] which map to .net index access and array access expressions.

afscrome commented 8 years ago

Fixes #15