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