ES2Writer.Delete

public void Delete(string tag)

Parameters

tag The tag that we want to mark for deletion.

Description

Marks a tag for deletion. Note that this does not delete the tag from the ES2Writer, but instead deletes it from the file we’re writing to when ES2Writer.Save() is called.

C#

Saving tags to an ES2Writer

JS

Saving tags to an ES2Writer