Share via


KernelArguments.IReadOnlyDictionary<String,Object>.Item[String] Property

Definition

Gets the element that has the specified key in the read-only dictionary.

object? System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Item[string key] { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Item(string) : obj
 ReadOnly Property Item(key As String) As Object Implements IReadOnlyDictionary(Of String, Object).Item

Parameters

key
String

Property Value

Implements

Applies to