Add

ITagCollection.Add method

Adds a new tag to collection.

public int Add(string name, string value)
ParameterTypeDescription
nameStringThe name of the tag.
valueStringThe value of the tag.

Return Value

The index of the added tag.

See Also