コード例 #1
0
 static Template()
 {
     NamingConvention     = new RubyNamingConvention();
     FileSystem           = new BlankFileSystem();
     Tags                 = new Dictionary <string, Type>();
     SafeTypeTransformers = new Dictionary <Type, Func <object, object> >();
 }
コード例 #2
0
ファイル: Template.cs プロジェクト: weixinjian2005/dotliquid
 static Template()
 {
     RegexTimeOut          = TimeSpan.FromSeconds(10);
     NamingConvention      = new RubyNamingConvention();
     FileSystem            = new BlankFileSystem();
     Tags                  = new Dictionary <string, Tuple <ITagFactory, Type> >();
     SafeTypeTransformers  = new Dictionary <Type, Func <object, object> >();
     ValueTypeTransformers = new Dictionary <Type, Func <object, object> >();
 }
コード例 #3
0
ファイル: Template.cs プロジェクト: ngovanhuy/TestDotLiquid
 static Template()
 {
     NamingConvention = new RubyNamingConvention();
     FileSystem       = new BlankFileSystem();
     Tags             = new Dictionary <string, Type>();
 }