System.Yaml.YamlNodeManipulator.map C# (CSharp) Méthode

map() protected static méthode

Create a mapping node. Tag is set to be "!!map".
protected static map ( ) : YamlMapping
Résultat YamlMapping
        protected static YamlMapping map(params YamlNode[] nodes)
        {
            return new YamlMapping(nodes);
        }