ProofreadBehavior.Create(Type, Nullable<Single>) Method
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v25.1.dll
NuGet Package: DevExpress.AIIntegration.WinForms
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static ProofreadBehavior Create(
Type proofreadBehaviorSourceType,
float? temperature
)
Parameters
| Name | Type |
|---|---|
| proofreadBehaviorSourceType | Type |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| temperature | Nullable<Single> | null |
Returns
| Type |
|---|
| ProofreadBehavior |
See Also