C# Class IronRuby.StandardLibrary.Yaml.MappingStartEvent

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

Public Methods

Method Description
MappingStartEvent ( string anchor, string tag, FlowStyle flowStyle ) : System

Method Details

MappingStartEvent() public method

public MappingStartEvent ( string anchor, string tag, FlowStyle flowStyle ) : System
anchor string
tag string
flowStyle FlowStyle
return System