Initializes a new instance of the MultipleObjectWrapper class.
Namespace:
Mindscape.WpfElements.WpfPropertyGridAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public MultipleObjectWrapper( params Object[] wrapped ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ParamArray wrapped As Object() _ ) |
Parameters
- wrapped
- Type: array<
System..::.Object
>[]()[]
The objects to be wrapped.