TagLib.IFD.IFDTag.Clear C# (CSharp) Method

Clear() public method

Clears the values stored in the current instance.
public Clear ( ) : void
return void
        public override void Clear()
        {
            throw new NotImplementedException ();
        }