Freigeben über


BooleanChoiceAttribute Konstruktoren

Definition

Überlädt

BooleanChoiceAttribute()

Erstellen Sie eine BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Erstellen Sie einen BooleanChoiceAttribute Standardwert.

BooleanChoiceAttribute()

Erstellen Sie eine BooleanChoiceAttribute.

public BooleanChoiceAttribute ();
Public Sub New ()

Gilt für:

BooleanChoiceAttribute(Boolean)

Erstellen Sie einen BooleanChoiceAttribute Standardwert.

public BooleanChoiceAttribute (bool defaultValue);
new Microsoft.ML.SearchSpace.BooleanChoiceAttribute : bool -> Microsoft.ML.SearchSpace.BooleanChoiceAttribute
Public Sub New (defaultValue As Boolean)

Parameter

defaultValue
Boolean

Standardwert für diese Option.

Gilt für: