本文介绍了与T4以外的语言C#和VB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

它是更多钞票写在其他.NET语言T4模板?尤其是我感兴趣的F#和IronPython。

Is it posible to write T4 templates in other .NET languages? In particular I'm interested in F# and IronPython.

推荐答案

该文档规定,只有VB和C#的支持:的,请参阅语言属性。

The doc stipulates that only VB and C# are supported: T4 Template Directive, see the language attribute.

这篇关于与T4以外的语言C#和VB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 16:03