예제 #1
0
 public void AddValue(DirectiveValue value)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 /// <summary>
 /// Adds values that will be persistent from one configuration to the next.
 /// </summary>
 public void AddValue(DirectiveValue value) => _values.Add(value);
예제 #3
0
파일: Preprocessor.cs 프로젝트: ibebbs/Wyam
 /// <summary>
 /// Adds values that will be persistent from one configuration to the next.
 /// </summary>
 public void AddValue(DirectiveValue value) => _values.Add(value);