sass.AssemblySettings.AssemblySettings C# (CSharp) Method

AssemblySettings() public method

public AssemblySettings ( ) : System
return System
        public AssemblySettings()
        {
            // Some values intentionally redundantly set for clarity
            Verbose = false;
            ListingOutput = null;
            IncludePath = new string[0];
            SymbolOutput = null;
            Encoding = Encoding.UTF8;
            AllowNestedMacros = true;
        }
AssemblySettings