IronRuby.StandardLibrary.Yaml.YamlOptions.YamlOptions C# (CSharp) Method

YamlOptions() public method

public YamlOptions ( ) : System
return System
        public YamlOptions() {
            Indent = 2;
            Version = new Version(1, 0);
            ExplicitStart = true;
            AnchorFormat = "id{0:000}";
            BestWidth = 80;
        }
    }
YamlOptions