Skip to main content
All docs
V25.1
  • .NET 8.0+

    DynamicCollection(IObjectSpace, Type) Constructor

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.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