[]
Adds the items of the specified collection to the end of the TagCollection.
public void AddRange(IEnumerable collection)
Type | Name | Description |
---|---|---|
IEnumerable | collection | The specified collection of items. |
Adds the items of the specified collection to the end of the TagCollection.
public void AddRange(IEnumerable<object> collection)
Type | Name | Description |
---|---|---|
IEnumerable<object> | collection | The specified collection of items. |