Skip to content
Docs Try Aspire

AspireDict.values

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

Signature

method values
Gets all values in the dictionary
values(): Promise<V[]>
Promise<V[]>

Defined on

This method is defined on the following type: