Share via


KernelArguments.IReadOnlyDictionary<String,Object>.Values Property

Definition

Gets an enumerable collection that contains the values in the read-only dictionary.

System.Collections.Generic.IEnumerable<object?> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values : seq<obj>
 ReadOnly Property Values As IEnumerable(Of Object) Implements IReadOnlyDictionary(Of String, Object).Values

Property Value

Implements

Applies to