Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPCollection() Constructor

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

Namespace: DevExpress.Xpo

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