Choose whether to treat empty tags as a continuation of previous tags or as a new tag with the value of the empty string.

Namespace:  BioSharp.Core.Bio.Program.TagValue
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public bool ContinueOnEmptyTag { get; set; }

See Also