Constructor TagSet
TagSet()
Initializes a new instance of the TagSet class.
public TagSet()
TagSet(IEnumerable<Tag>)
Initializes a new instance of the TagSet class.
public TagSet(IEnumerable<Tag> tags)
Parameters
tags
IEnumerable<Tag>The tags.