Skip to main content
.NET 8.0+

XPCollection() Constructor

In This Article

Initializes a new instance of the XPCollection class with the default Session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPCollection()

#Remarks

This constructor supports the internal infrastructure. To create a collection that will contain objects of a specific type use other overloads of the constructor.

See Also