TagCollection class

TagCollection class

Represents the collection of tags (user defined pairs of strings)

The TagCollection type exposes the following members:

Methods

MethodDescription
addAdds a new tag to collection.
removeRemoves the tag with a specified name from the collection.
index_of_nameReturns the zero-based index of the specified key in the collection.
remove_atRemoves the tag at the specified index.
clearRemoves all tags from the collection.
get_value_by_indexReturns value of a tag at the specified index.
get_name_by_indexReturns key of a tag at the specified index.
get_names_of_tagsReturns names of tags.

See Also