Exemplo n.º 1
0
 public virtual void Insert(int index, TagBase tag)
 {
     throw MakeShorthandNSE(TagType.List);
 }
Exemplo n.º 2
0
 public virtual void Add(string name, TagBase tag)
 {
     throw MakeShorthandNSE(TagType.Compound);
 }
Exemplo n.º 3
0
 public virtual void Add(TagBase tag)
 {
     throw MakeShorthandNSE(TagType.List);
 }