Skip to main content
.NET 6.0+

XPCollection() Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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