Adds the images to the collection.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public void AddRange(
	ImageWrap[] values
)
Visual Basic (Declaration)
Public Sub AddRange ( _
	values As ImageWrap() _
)
Visual C++
public:
void AddRange(
	array<ImageWrap^>^ values
)

Parameters

values
Type: array< PerpetuumSoft.Instrumentation.Model..::.ImageWrap >[]()[]

See Also