# 驼峰式属性传入后如何调用
使用下划线连接
- 如 AddTime, 调用时为 add_time
- 如 FirstUpdateTime,调用时为 first_update_time
# Documentation
* See the [Language](language.html) document for a description of the language syntax.
* See the [Built-in functions](builtins.html) document for the list of the built-in functions.
* See the [Runtime](runtime.html) document for a description of the .NET runtime API to compile and run templates.
* See the [Liquid support](liquid-support.html) document for more details about the support of liquid templates.
* See my blog post "[Implementing a Text Templating Engine for .NET](http://xoofx.com/blog/2017/11/13/implementing-a-text-templating-language-and-engine-for-dotnet/)" for some behind the scene details.