Clear() public method

Clears all of the child tags.
public Clear ( ) : void
return void
Ejemplo n.º 1
0
 public override void RemoveTags(TagLib.TagTypes types)
 {
     if ((types & TagLib.TagTypes.Xiph) != TagLib.TagTypes.None)
     {
         tag.Clear();
     }
 }