System.Yaml.YamlNodeManipulator.map C# (CSharp) 메소드

map() 보호된 정적인 메소드

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