SearchSpace.Values Property

Definition

Gets an ICollection<T> containing the values in the IDictionary<TKey,TValue>.

public System.Collections.Generic.ICollection<Microsoft.ML.SearchSpace.Option.OptionBase> Values { get; }
member this.Values : System.Collections.Generic.ICollection<Microsoft.ML.SearchSpace.Option.OptionBase>
Public ReadOnly Property Values As ICollection(Of OptionBase)

Property Value

Implements

Applies to