Share via


KernelArguments.IReadOnlyDictionary<String,Object>.Keys Property

Definition

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

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

Property Value

Implements

Applies to