Ejemplo n.º 1
0
 static Template()
 {
     NamingConvention     = new RubyNamingConvention();
     FileSystem           = new BlankFileSystem();
     Tags                 = new Dictionary <string, Type>();
     SafeTypeTransformers = new Dictionary <Type, Func <object, object> >();
 }
Ejemplo n.º 2
0
 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> >();
 }
Ejemplo n.º 3
0
 static Template()
 {
     NamingConvention = new RubyNamingConvention();
     FileSystem       = new BlankFileSystem();
     Tags             = new Dictionary <string, Type>();
 }