[]
Represents a collection of Tag objects.
public class TagCollection : NamedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
TagCollection(ICollectionOwner) | Initializes a new instance of the TagCollection class. |
Name | Description |
---|---|
this[int] | Gets or sets a Tag in the current collection by its index. |
this[string] |
Name | Description |
---|---|
Add(Tag) | Adds a Tag object to the current collection. |
IndexByName(string) | Finds the index of the object with the specified name in the collection. |
Remove(Tag) | Removes a Tag object from the current collection. |