Condividi tramite


Subtract<TLeft,TRight,TResult>.Checked Proprietà

Definizione

Ottiene o imposta un valore che indica se la sottrazione viene eseguita in un contesto controllato.

public:
 property bool Checked { bool get(); void set(bool value); };
public bool Checked { get; set; }
member this.Checked : bool with get, set
Public Property Checked As Boolean

Valore della proprietà

Boolean

true se la sottrazione viene eseguita in un contesto controllato; in caso contrario, false. Il valore predefinito è true.

Commenti

Per impostazione predefinita, l'attività Subtract<TLeft,TRight,TResult> viene eseguita in un contesto controllato e genera un oggetto OverflowException se la sottrazione provoca un overflow.

Si applica a