Ejemplo n.º 1
0
 protected override void SetParent(SchemaMemberBase parent)
 {
     _parent = (parent as SchemaMember) ?? throw new ArgumentException();
 }
Ejemplo n.º 2
0
 internal void Append(SchemaMember child)
 {
     this.AddChild(child);
 }