Skip to main content

NotifyingCollection<T>.ToArray() Method

Returns the elements of the NotifyingCollection<T> collection as an array.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public T[] ToArray()

Returns

Type Description
T[]

An array containing the elements of the NotifyingCollection<T> collection.

See Also