Adds the specified array of actions to the collection.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

Parameters

values
Type: array< PerpetuumSoft.Reporting.Windows.Forms..::.Action >[]()[]

See Also