[]
Represents a collection of list items for TagListInputParams.
public class TagListInputParamsItemCollection : NamedCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| TagListInputParamsItemCollection(ICollectionOwner) | Initializes a new instance of the TagListInputParamsItemCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or set the item with the specified index. |
| this[string] | Gets or set the item with the specified name. |
| Name | Description |
|---|---|
| Add(TagListInputParamsItem) | Adds an item to the current collection. |
| Remove(TagListInputParamsItem) | Removes an item from the current collection. |