ChangeObjectCollectionTAddRange Method
Add a range of items to the collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void AddRange(
IEnumerable<T> collection
)
Public Sub AddRange (
collection As IEnumerable(Of T)
)
No code example is currently available or this language may not be supported.
Parameters
- collection IEnumerableT
-
Reference to the collection of items to be added.