SearchSpace.Item[String] Property

Definition

Gets or sets the element with the specified key.

public Microsoft.ML.SearchSpace.Option.OptionBase this[string key] { get; set; }
member this.Item(string) : Microsoft.ML.SearchSpace.Option.OptionBase with get, set
Default Public Property Item(key As String) As OptionBase

Parameters

key
String

Property Value

Implements

Applies to