TagAttributeCollectionAddRange Method (TagAttributeCollection, Int32, Int32, Int32) |
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void AddRange(
TagAttributeCollection attrs,
int srcIndex,
int count,
int destIndex
)
Public Sub AddRange (
attrs As TagAttributeCollection,
srcIndex As Integer,
count As Integer,
destIndex As Integer
)
Parameters
- attrs
- Type: MailBee.HtmlTagAttributeCollection
The source TagAttributeCollection to add elements from. - srcIndex
- Type: SystemInt32
The zero-based index in attrs collection from which to
copy the attributes. - count
- Type: SystemInt32
Number of attributes to be added from attrs collection. - destIndex
- Type: SystemInt32
The zero-based index in the current collection where to insert the first attribute
from the copied range.
Exceptions See Also