コード例 #1
0
 public void Push(YamlStructure structure)
 {
     stack.Push(new YamlPathComponent(structure));
 }
コード例 #2
0
 public YamlPathComponent(YamlStructure structure)
 {
     Type = structure;
 }