Exemple #1
0
 public void AddValue(DirectiveValue value)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 /// <summary>
 /// Adds values that will be persistent from one configuration to the next.
 /// </summary>
 public void AddValue(DirectiveValue value) => _values.Add(value);
Exemple #3
0
 /// <summary>
 /// Adds values that will be persistent from one configuration to the next.
 /// </summary>
 public void AddValue(DirectiveValue value) => _values.Add(value);