Skip to main content
.NET 6.0+

DynamicCollection(IObjectSpace, Type) Constructor

Initializes a new instance of the DynamicCollection class with specified settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DynamicCollection(
    IObjectSpace objectSpace,
    Type objectType
)

Parameters

Name Type Description
objectSpace IObjectSpace

An Object Space for processing the collection objects.

objectType Type

A type of objects in the collection.

See Also