Adds specified items to the collection.
| C# | Visual Basic | Managed C++ |
public void Add ( T[] items )
Public Sub Add ( _ items As T() _ )
public: void Add ( array<T>^ items )
- items (T[]())
- Items to add.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)