Add array of TextItem objects into collection.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void AddRange( TextItem[] values ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddRange ( _ values As TextItem() _ ) |
| Visual C++ |
|---|
public: void AddRange( array<TextItem^>^ values ) |
Parameters
- values
- Type: array<
PerpetuumSoft.Instrumentation.Model..::.TextItem
>[]()[]