System.Yaml.YamlNodeManipulator.map C# (CSharp) Method

map() protected static method

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