Initializes a new instance of the MultipleObjectWrapper class.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public MultipleObjectWrapper(
	IList wrapped
)
Visual Basic (Declaration)
Public Sub New ( _
	wrapped As IList _
)

Parameters

wrapped
Type: System.Collections..::.IList
The objects to be wrapped.

See Also