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