System.Yaml.YamlNode.YamlNode C# (CSharp) Method

YamlNode() static private method

static private YamlNode ( ) : System.Collections.Generic
return System.Collections.Generic
        static YamlNode()
        {
            // Initializing order matters !
            DefaultTagPrefix = "tag:yaml.org,2002:";
            DefaultConfig = new YamlConfig();
            DefaultParser = new YamlParser();
            DefaultPresenter = new YamlPresenter();
        }