Пример #1
0
 internal ScriptGlobalOptions()
 {
     Platform            = PlatformAutoDetector.GetDefaultPlatform();
     CustomConverters    = new CustomConvertersCollection();
     FuzzySymbolMatching = FuzzySymbolMatchingBehavior.Camelify | FuzzySymbolMatchingBehavior.UpperFirstLetter | FuzzySymbolMatchingBehavior.PascalCase;
 }
Пример #2
0
 internal ScriptGlobalOptions()
 {
     this.Platform         = PlatformAutoDetector.GetDefaultPlatform();
     this.CustomConverters = new CustomConvertersCollection();
 }