コード例 #1
0
ファイル: SendGrid.cs プロジェクト: timheuer/sendgrid-csharp
 public void AddSubstitution(String replacementTag, List <String> substitutionValues)
 {
     //let the system complain if they do something bad, since the function returns null
     Header.AddSubstitution(replacementTag, substitutionValues);
 }