Udostępnij za pośrednictwem


BooleanChoiceAttribute Konstruktory

Definicja

Przeciążenia

BooleanChoiceAttribute()

Utwórz element BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Utwórz element BooleanChoiceAttribute z wartością domyślną.

BooleanChoiceAttribute()

Źródło:
BoolearnChoiceAttribute.cs
Źródło:
BoolearnChoiceAttribute.cs
Źródło:
BoolearnChoiceAttribute.cs

Utwórz element BooleanChoiceAttribute.

public BooleanChoiceAttribute();
Public Sub New ()

Dotyczy

BooleanChoiceAttribute(Boolean)

Źródło:
BoolearnChoiceAttribute.cs
Źródło:
BoolearnChoiceAttribute.cs
Źródło:
BoolearnChoiceAttribute.cs

Utwórz element BooleanChoiceAttribute z wartością domyślną.

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

Parametry

defaultValue
Boolean

wartość domyślna dla tej opcji.

Dotyczy