Creates collection and fills it with the specified keys and objects.

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

Syntax

C#
public ObjectPointerCollection(
	string[] names,
	Object[] objects
)
Visual Basic (Declaration)
Public Sub New ( _
	names As String(), _
	objects As Object() _
)
Visual C++
public:
ObjectPointerCollection(
	array<String^>^ names, 
	array<Object^>^ objects
)

Parameters

names
Type: array< System..::.String >[]()[]
objects
Type: array< System..::.Object >[]()[]

See Also