C# Class IronRuby.StandardLibrary.Yaml.ScalarNode

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

Public Methods

Method Description
ScalarNode ( string tag, string value, ScalarQuotingStyle style ) : System

Method Details

ScalarNode() public method

public ScalarNode ( string tag, string value, ScalarQuotingStyle style ) : System
tag string
value string
style ScalarQuotingStyle
return System