C# Class IronRuby.StandardLibrary.Yaml.ScalarEvent

Inheritance: NodeEvent
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScalarEvent ( string anchor, string tag, ScalarValueType type, string value, ScalarQuotingStyle style ) : System

Method Details

ScalarEvent() public méthode

public ScalarEvent ( string anchor, string tag, ScalarValueType type, string value, ScalarQuotingStyle style ) : System
anchor string
tag string
type ScalarValueType
value string
style ScalarQuotingStyle
Résultat System