C# Class IronRuby.StandardLibrary.Yaml.ScalarEvent

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

Private Properties

Property Type Description

Public Methods

Method Description
ScalarEvent ( string anchor, string tag, ScalarValueType type, string value, ScalarQuotingStyle style ) : System

Method Details

ScalarEvent() public method

public ScalarEvent ( string anchor, string tag, ScalarValueType type, string value, ScalarQuotingStyle style ) : System
anchor string
tag string
type ScalarValueType
value string
style ScalarQuotingStyle
return System