Пример #1
0
 public Packages(MiniYaml yaml) : base()
 {
     Name      = NodeNames.PackagesNodeName;
     this.yaml = yaml;
     if (yaml != null)
     {
         Attributes = yaml.ToAttributeDictionary <object>(s => s, n => n.Value);
         yaml.SyncFrom(Attributes);
     }
 }