Share via


KernelArguments.Item[String] Property

Definition

Gets or sets the value associated with the specified argument name.

public object? this[string name] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(name As String) As Object

Parameters

name
String

The name of the argument value to get or set.

Property Value

Implements

Exceptions

name is null.

Applies to