System.Yaml.YamlNode.YamlNode C# (CSharp) Méthode

YamlNode() static private méthode

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