Skip to content
Docs Try Aspire

AspireList.toArray

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireList {
// ... omitted for brevity
toArray(): Promise<T[]>;
}

Signature

method toArray
Converts the list to an array (creates a copy)
toArray(): Promise<T[]>
Promise<T[]>

Defined on

This method is defined on the following type: