示例#1
0
 public void RemoveTag(ref Tag tag)
 {
     _tags.Remove(tag);
 }
示例#2
0
 public void AddTag(ref Tag tag)
 {
     _tags.Add(tag);
 }