ObservableCollectionTAddRange Method
|
Adds an object list to the end of the collection.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void AddRange(
IEnumerable<T> collection
)
Public Sub AddRange (
collection As IEnumerable(Of T)
)
public:
void AddRange(
IEnumerable<T>^ collection
)
member AddRange :
collection : IEnumerable<'T> -> unit
METHOD AddRange(
collection AS IEnumerable<T>
) AS VOID
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection whose elements should be added.
See Also