C# Class IronRuby.StandardLibrary.Yaml.SequenceNode

Inheritance: CollectionNode
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
SequenceNode ( string tag, IList nodes, FlowStyle flowStyle ) : System

Method Details

SequenceNode() public method

public SequenceNode ( string tag, IList nodes, FlowStyle flowStyle ) : System
tag string
nodes IList
flowStyle FlowStyle
return System