コード例 #1
0
ファイル: DirectiveParserTests.cs プロジェクト: ibebbs/Wyam
 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);