ConditionList.ConditionValidator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: delegate bool ConditionList::ConditionValidator(Condition ^ condition, Nullable<int> index);
public delegate bool ConditionList.ConditionValidator(Condition condition, Nullable<int> index);
type ConditionList.ConditionValidator = delegate of Condition * Nullable<int> -> bool
Public Delegate Function ConditionList.ConditionValidator(condition As Condition, index As Nullable(Of Integer)) As Boolean
Parameters
- condition
- Condition