Skip to main content

DataSourceInfoCollection.Dispose() Method

Disposes of the DataSourceInfoCollection object.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public void Dispose()

Remarks

Call the Dispose method when you have finished working with a manually created DataSourceInfoCollection object. This releases all the resources allocated to the object, and speeds up system performance.

See Also