Поделиться через


BooleanChoiceAttribute Конструкторы

Определение

Перегрузки

BooleanChoiceAttribute()

Создайте BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

BooleanChoiceAttribute Создайте значение по умолчанию.

BooleanChoiceAttribute()

Исходный код:
BoolearnChoiceAttribute.cs
Исходный код:
BoolearnChoiceAttribute.cs
Исходный код:
BoolearnChoiceAttribute.cs

Создайте BooleanChoiceAttribute.

public BooleanChoiceAttribute();
Public Sub New ()

Применяется к

BooleanChoiceAttribute(Boolean)

Исходный код:
BoolearnChoiceAttribute.cs
Исходный код:
BoolearnChoiceAttribute.cs
Исходный код:
BoolearnChoiceAttribute.cs

BooleanChoiceAttribute Создайте значение по умолчанию.

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

Параметры

defaultValue
Boolean

значение по умолчанию для этого параметра.

Применяется к