Esempio n. 1
0
 public bool TryGetBoolValue(BooleanRequirementType type, out bool value)
 {
     return(_booleanConditionAndValues.TryGetValue(type, out value));
 }
Esempio n. 2
0
 public void SetBoolValue(BooleanRequirementType type, bool value)
 {
     _booleanConditionAndValues[type] = value;
 }