Ejemplo n.º 1
0
 protected YamlSchema()
 {
     DefaultTags = new YamlTagCollection();
 }
Ejemplo n.º 2
0
 protected YamlSchema()
 {
     DefaultTags = new YamlTagCollection();
 }
Ejemplo n.º 3
0
 public YamlDocument()
 {
     Handles = new YamlHandleCollection();
     Tags = new YamlTagCollection();
 }