NotifyingCollection<T>.AddRange Method
Name | Parameters | Description |
---|---|---|
AddRange(T[]) | items | Adds the specified items to the collection. |
AddRange(IEnumerable<T>) | items | Adds items from the specified collection to the current collection. |
Name | Parameters | Description |
---|---|---|
AddRange(T[]) | items | Adds the specified items to the collection. |
AddRange(IEnumerable<T>) | items | Adds items from the specified collection to the current collection. |