TagCollection.add

Adds a tag to the collection.

class TagCollection(string tagName = "tags")
void
add
(
T = string
)
(
string key
,)

Parameters

key string

The key of the tag.

value T

The value of the tag.

Meta