C# Class IronRuby.StandardLibrary.Yaml.MappingNode

Inheritance: CollectionNode
Exibir arquivo Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
MappingNode ( string tag, Node>.IDictionary nodes, FlowStyle flowStyle ) : System

Method Details

MappingNode() public method

public MappingNode ( string tag, Node>.IDictionary nodes, FlowStyle flowStyle ) : System
tag string
nodes Node>.IDictionary
flowStyle FlowStyle
return System