CandidateSet.SetValidity(Int32, Boolean) Method

Definition

Sets the validity of the candidate at the provided index.

public:
 void SetValidity(int index, bool value);
public void SetValidity (int index, bool value);
member this.SetValidity : int * bool -> unit
Public Sub SetValidity (index As Integer, value As Boolean)

Parameters

index
Int32

The candidate index.

value
Boolean

The value to set. If true the candidate is considered valid for the current request.

Applies to