Share via


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

Definition

Gets or sets the element with the specified key.

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

Parameters

key
String

Property Value

Implements

Applies to