Initializes a new instance of the ObjectDataSource class.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ObjectDataSource(
	IList<Object> objects
)
Visual Basic
Public Sub New ( _
	objects As IList(Of Object) _
)
Visual C++
public:
ObjectDataSource(
	IList<Object^>^ objects
)

Parameters

objects
Type: System.Collections.Generic..::..IList<(Of <(<'Object>)>)>
The sequence of objects.

See Also